#33529E

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

Shades of Tory Blue #33529E

Tints of Tory Blue #33529E

Color information

#33529E (or 0x33529E) is unknown color: approx Tory Blue. HEX triplet: 33, 52 and 9E. RGB value is (51,82,158). Sum of RGB (Red+Green+Blue) = 51+82+158=291 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.53% from 291); Green value is 82 (32.42% from 255 or 28.18% from 291); Blue value is 158 (62.11% from 255 or 54.30% from 291); Max value from RGB is 158 - color contains mainly: blue. Hex color #33529E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33529E is #CCAD61. Grayscale: #515151. Windows color (decimal): -13413730 or 10375731. OLE color: 10375731.

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

Color convert

RGB5182158-
CMYK0.680.4800.38
HSL222.62º51.2%40.98%-
HSV(B)222.62º67.72%61.96%-
XYZ10.559.2133.57-
YUV81.4171.23106.32-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.53%
GREEN value IS 82 (32.42% from 255) = 28.18%
BLUE value IS 158 (62.11% from 255) = 54.30%
R=17.53%
G=28.18%
B=54.30%

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
Decimal51821580.680.4800.38222.6251.240.98
Hex33529E4430026df3329
Octal63122236104600463376351
Binary1100111010010100111101000100110000010011011011111110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33529E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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