#33529B

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

Shades of Tory Blue #33529B

Tints of Tory Blue #33529B

Color information

#33529B (or 0x33529B) is unknown color: approx Tory Blue. HEX triplet: 33, 52 and 9B. RGB value is (51,82,155). Sum of RGB (Red+Green+Blue) = 51+82+155=288 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.71% from 288); Green value is 82 (32.42% from 255 or 28.47% from 288); Blue value is 155 (60.94% from 255 or 53.82% from 288); Max value from RGB is 155 - color contains mainly: blue. Hex color #33529B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33529B is #CCAD64. Grayscale: #505050. Windows color (decimal): -13413733 or 10179123. OLE color: 10179123.

HSL color Cylindrical-coordinate representation of color #33529B: hue angle of 222.12º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #33529B is Cyan = 0.67, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5182155-
CMYK0.670.4700.39
HSL222.12º50.49%40.39%-
HSV(B)222.12º67.1%60.78%-
XYZ10.39.132.22-
YUV81.05169.73106.56-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.71%
GREEN value IS 82 (32.42% from 255) = 28.47%
BLUE value IS 155 (60.94% from 255) = 53.82%
R=17.71%
G=28.47%
B=53.82%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal51821550.670.4700.39222.1250.4940.39
Hex33529B432F027de3228
Octal63122233103570473366250
Binary1100111010010100110111000011101111010011111011110110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33529B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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