#33559A

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

Shades of Tory Blue #33559A

Tints of Tory Blue #33559A

Color information

#33559A (or 0x33559A) is unknown color: approx Tory Blue. HEX triplet: 33, 55 and 9A. RGB value is (51,85,154). Sum of RGB (Red+Green+Blue) = 51+85+154=290 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.59% from 290); Green value is 85 (33.59% from 255 or 29.31% from 290); Blue value is 154 (60.55% from 255 or 53.10% from 290); Max value from RGB is 154 - color contains mainly: blue. Hex color #33559A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33559A is #CCAA65. Grayscale: #525252. Windows color (decimal): -13412966 or 10114355. OLE color: 10114355.

HSL color Cylindrical-coordinate representation of color #33559A: hue angle of 220.19º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #33559A is Cyan = 0.67, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5185154-
CMYK0.670.4500.40
HSL220.19º50.24%40.2%-
HSV(B)220.19º66.88%60.39%-
XYZ10.459.5331.86-
YUV82.7168.24105.39-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.59%
GREEN value IS 85 (33.59% from 255) = 29.31%
BLUE value IS 154 (60.55% from 255) = 53.10%
R=17.59%
G=29.31%
B=53.10%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal51851540.670.4500.40220.1950.2440.2
Hex33559A432D028dc3228
Octal63125232103550503346250
Binary1100111010101100110101000011101101010100011011100110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33559A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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