#33529D

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

Shades of Tory Blue #33529D

Tints of Tory Blue #33529D

Color information

#33529D (or 0x33529D) is unknown color: approx Tory Blue. HEX triplet: 33, 52 and 9D. RGB value is (51,82,157). Sum of RGB (Red+Green+Blue) = 51+82+157=290 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.59% from 290); Green value is 82 (32.42% from 255 or 28.28% from 290); Blue value is 157 (61.72% from 255 or 54.14% from 290); Max value from RGB is 157 - color contains mainly: blue. Hex color #33529D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33529D is #CCAD62. Grayscale: #505050. Windows color (decimal): -13413731 or 10310195. OLE color: 10310195.

HSL color Cylindrical-coordinate representation of color #33529D: hue angle of 222.45º 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 #33529D is Cyan = 0.68, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5182157-
CMYK0.680.4800.38
HSL222.45º50.96%40.78%-
HSV(B)222.45º67.52%61.57%-
XYZ10.479.1733.12-
YUV81.28170.73106.4-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.59%
GREEN value IS 82 (32.42% from 255) = 28.28%
BLUE value IS 157 (61.72% from 255) = 54.14%
R=17.59%
G=28.28%
B=54.14%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal51821570.680.4800.38222.4550.9640.78
Hex33529D4430026de3329
Octal63122235104600463366351
Binary1100111010010100111011000100110000010011011011110110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33529D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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