#334A92

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

Shades of Tory Blue #334A92

Tints of Tory Blue #334A92

Color information

#334A92 (or 0x334A92) is unknown color: approx Tory Blue. HEX triplet: 33, 4A and 92. RGB value is (51,74,146). Sum of RGB (Red+Green+Blue) = 51+74+146=271 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.82% from 271); Green value is 74 (29.30% from 255 or 27.31% from 271); Blue value is 146 (57.42% from 255 or 53.87% from 271); Max value from RGB is 146 - color contains mainly: blue. Hex color #334A92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334A92 is #CCB56D. Grayscale: #4B4B4B. Windows color (decimal): -13415790 or 9587251. OLE color: 9587251.

HSL color Cylindrical-coordinate representation of color #334A92: hue angle of 225.47º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #334A92 is Cyan = 0.65, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5174146-
CMYK0.650.4900.43
HSL225.47º48.22%38.63%-
HSV(B)225.47º65.07%57.25%-
XYZ97.6828.2-
YUV75.33167.88110.65-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.82%
GREEN value IS 74 (29.30% from 255) = 27.31%
BLUE value IS 146 (57.42% from 255) = 53.87%
R=18.82%
G=27.31%
B=53.87%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal51741460.650.4900.43225.4748.2238.63
Hex334A92413102Be13027
Octal63112222101610533416047
Binary1100111001010100100101000001110001010101111100001110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334A92; }

 p { color: rgb(51,74,146); }

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

<style>
 a { background-color: #334A92; }

 a { background-color: rgb(51,74,146); }

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

<style>
 span { border-color: #334A92; }

 span { border-color: rgb(51,74,146); }

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