#334892

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

Shades of Tory Blue #334892

Tints of Tory Blue #334892

Color information

#334892 (or 0x334892) is unknown color: approx Tory Blue. HEX triplet: 33, 48 and 92. RGB value is (51,72,146). Sum of RGB (Red+Green+Blue) = 51+72+146=269 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.96% from 269); Green value is 72 (28.52% from 255 or 26.77% from 269); Blue value is 146 (57.42% from 255 or 54.28% from 269); Max value from RGB is 146 - color contains mainly: blue. Hex color #334892 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334892 is #CCB76D. Grayscale: #494949. Windows color (decimal): -13416302 or 9586739. OLE color: 9586739.

HSL color Cylindrical-coordinate representation of color #334892: hue angle of 226.74º 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 #334892 is Cyan = 0.65, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5172146-
CMYK0.650.5100.43
HSL226.74º48.22%38.63%-
HSV(B)226.74º65.07%57.25%-
XYZ8.877.4128.16-
YUV74.16168.54111.48-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.96%
GREEN value IS 72 (28.52% from 255) = 26.77%
BLUE value IS 146 (57.42% from 255) = 54.28%
R=18.96%
G=26.77%
B=54.28%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal51721460.650.5100.43226.7448.2238.63
Hex334892413302Be33027
Octal63110222101630533436047
Binary1100111001000100100101000001110011010101111100011110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334892; }

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

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

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

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

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

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

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

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