#33557C

Color #33557C St Tropaz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of St Tropaz #33557C

Tints of St Tropaz #33557C

Color information

#33557C (or 0x33557C) is unknown color: approx St Tropaz. HEX triplet: 33, 55 and 7C. RGB value is (51,85,124). Sum of RGB (Red+Green+Blue) = 51+85+124=260 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.62% from 260); Green value is 85 (33.59% from 255 or 32.69% from 260); Blue value is 124 (48.83% from 255 or 47.69% from 260); Max value from RGB is 124 - color contains mainly: blue. Hex color #33557C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33557C is #CCAA83. Grayscale: #4F4F4F. Windows color (decimal): -13412996 or 8148275. OLE color: 8148275.

HSL color Cylindrical-coordinate representation of color #33557C: hue angle of 212.05º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #33557C is Cyan = 0.59, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5185124-
CMYK0.590.3100.51
HSL212.05º41.71%34.31%-
HSV(B)212.05º58.87%48.63%-
XYZ8.258.6620.3-
YUV79.28153.24107.83-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.62%
GREEN value IS 85 (33.59% from 255) = 32.69%
BLUE value IS 124 (48.83% from 255) = 47.69%
R=19.62%
G=32.69%
B=47.69%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal51851240.590.3100.51212.0541.7134.31
Hex33557C3B1F033d42a22
Octal6312517473370633245242
Binary1100111010101111110011101111111011001111010100101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33557C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33557C; }

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

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

<style>
 a { background-color: #33557C; }

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

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

<style>
 span { border-color: #33557C; }

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

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