#33559B

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

Shades of Tory Blue #33559B

Tints of Tory Blue #33559B

Color information

#33559B (or 0x33559B) is unknown color: approx Tory Blue. HEX triplet: 33, 55 and 9B. RGB value is (51,85,155). Sum of RGB (Red+Green+Blue) = 51+85+155=291 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.53% from 291); Green value is 85 (33.59% from 255 or 29.21% from 291); Blue value is 155 (60.94% from 255 or 53.26% from 291); Max value from RGB is 155 - color contains mainly: blue. Hex color #33559B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33559B is #CCAA64. Grayscale: #525252. Windows color (decimal): -13412965 or 10179891. OLE color: 10179891.

HSL color Cylindrical-coordinate representation of color #33559B: hue angle of 220.38º 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 #33559B is Cyan = 0.67, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5185155-
CMYK0.670.4500.39
HSL220.38º50.49%40.39%-
HSV(B)220.38º67.1%60.78%-
XYZ10.539.5732.3-
YUV82.81168.74105.31-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.53%
GREEN value IS 85 (33.59% from 255) = 29.21%
BLUE value IS 155 (60.94% from 255) = 53.26%
R=17.53%
G=29.21%
B=53.26%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal51851550.670.4500.39220.3850.4940.39
Hex33559B432D027dc3228
Octal63125233103550473346250
Binary1100111010101100110111000011101101010011111011100110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33559B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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