#344A93

Color #344A93 Tory Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tory Blue #344A93

Tints of Tory Blue #344A93

Color information

#344A93 (or 0x344A93) is unknown color: approx Tory Blue. HEX triplet: 34, 4A and 93. RGB value is (52,74,147). Sum of RGB (Red+Green+Blue) = 52+74+147=273 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.05% from 273); Green value is 74 (29.30% from 255 or 27.11% from 273); Blue value is 147 (57.81% from 255 or 53.85% from 273); Max value from RGB is 147 - color contains mainly: blue. Hex color #344A93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344A93 is #CBB56C. Grayscale: #4B4B4B. Windows color (decimal): -13350253 or 9652788. OLE color: 9652788.

HSL color Cylindrical-coordinate representation of color #344A93: hue angle of 226.11º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #344A93 is Cyan = 0.65, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5274147-
CMYK0.650.5000.42
HSL226.11º47.74%39.02%-
HSV(B)226.11º64.63%57.65%-
XYZ9.137.7328.62-
YUV75.74168.21111.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 52 (20.70% from 255) = 19.05%
GREEN value IS 74 (29.30% from 255) = 27.11%
BLUE value IS 147 (57.81% from 255) = 53.85%
R=19.05%
G=27.11%
B=53.85%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal52741470.650.5000.42226.1147.7439.02
Hex344A93413202Ae23027
Octal64112223101620523426047
Binary1101001001010100100111000001110010010101011100010110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344A93; }

 p { color: rgb(52,74,147); }

 H1.HeaderClassName
 {
   color: #344A93;
 }
 .AnyTagClassName
 {
   color: #344A93;
 }
</style>
background-color css

<style>
 a { background-color: #344A93; }

 a { background-color: rgb(52,74,147); }

 div.DivClassName
 {
   background-color: #344A93;
 }
 .BgClassName
 {
   background-color: #344A93;
 }
</style>
border-color css

<style>
 span { border-color: #344A93; }

 span { border-color: rgb(52,74,147); }

 td.TdClassName
 {
   border-color: #344A93;
 }
 .TagClassName
 {
   border-color: #344A93;
 }
</style>