#334792

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

Shades of Tory Blue #334792

Tints of Tory Blue #334792

Color information

#334792 (or 0x334792) is unknown color: approx Tory Blue. HEX triplet: 33, 47 and 92. RGB value is (51,71,146). Sum of RGB (Red+Green+Blue) = 51+71+146=268 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.03% from 268); Green value is 71 (28.12% from 255 or 26.49% from 268); Blue value is 146 (57.42% from 255 or 54.48% from 268); Max value from RGB is 146 - color contains mainly: blue. Hex color #334792 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334792 is #CCB86D. Grayscale: #494949. Windows color (decimal): -13416558 or 9586483. OLE color: 9586483.

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

Color convert

RGB5171146-
CMYK0.650.5100.43
HSL227.37º48.22%38.63%-
HSV(B)227.37º65.07%57.25%-
XYZ8.817.2928.14-
YUV73.57168.87111.9-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.03%
GREEN value IS 71 (28.12% from 255) = 26.49%
BLUE value IS 146 (57.42% from 255) = 54.48%
R=19.03%
G=26.49%
B=54.48%

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
Decimal51711460.650.5100.43227.3748.2238.63
Hex334792413302Be33027
Octal63107222101630533436047
Binary1100111000111100100101000001110011010101111100011110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334792; }

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

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

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

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

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

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

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

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