#33499D

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

Shades of Tory Blue #33499D

Tints of Tory Blue #33499D

Color information

#33499D (or 0x33499D) is unknown color: approx Tory Blue. HEX triplet: 33, 49 and 9D. RGB value is (51,73,157). Sum of RGB (Red+Green+Blue) = 51+73+157=281 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.15% from 281); Green value is 73 (28.91% from 255 or 25.98% from 281); Blue value is 157 (61.72% from 255 or 55.87% from 281); Max value from RGB is 157 - color contains mainly: blue. Hex color #33499D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33499D is #CCB662. Grayscale: #4B4B4B. Windows color (decimal): -13416035 or 10307891. OLE color: 10307891.

HSL color Cylindrical-coordinate representation of color #33499D: hue angle of 227.55º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #33499D is Cyan = 0.68, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5173157-
CMYK0.680.5400.38
HSL227.55º50.96%40.78%-
HSV(B)227.55º67.52%61.57%-
XYZ9.837.932.91-
YUV76173.71110.17-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.15%
GREEN value IS 73 (28.91% from 255) = 25.98%
BLUE value IS 157 (61.72% from 255) = 55.87%
R=18.15%
G=25.98%
B=55.87%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal51731570.680.5400.38227.5550.9640.78
Hex33499D4436026e43329
Octal63111235104660463446351
Binary1100111001001100111011000100110110010011011100100110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33499D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33499D; }

 p { color: rgb(51,73,157); }

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

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

 a { background-color: rgb(51,73,157); }

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

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

 span { border-color: rgb(51,73,157); }

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