#33557B

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

Shades of St Tropaz #33557B

Tints of St Tropaz #33557B

Color information

#33557B (or 0x33557B) is unknown color: approx St Tropaz. HEX triplet: 33, 55 and 7B. RGB value is (51,85,123). Sum of RGB (Red+Green+Blue) = 51+85+123=259 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.69% from 259); Green value is 85 (33.59% from 255 or 32.82% from 259); Blue value is 123 (48.44% from 255 or 47.49% from 259); Max value from RGB is 123 - color contains mainly: blue. Hex color #33557B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33557B is #CCAA84. Grayscale: #4E4E4E. Windows color (decimal): -13412997 or 8082739. OLE color: 8082739.

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

Color convert

RGB5185123-
CMYK0.590.3100.52
HSL211.67º41.38%34.12%-
HSV(B)211.67º58.54%48.24%-
XYZ8.198.6319.97-
YUV79.17152.74107.91-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.69%
GREEN value IS 85 (33.59% from 255) = 32.82%
BLUE value IS 123 (48.44% from 255) = 47.49%
R=19.69%
G=32.82%
B=47.49%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal51851230.590.3100.52211.6741.3834.12
Hex33557B3B1F034d42922
Octal6312517373370643245142
Binary1100111010101111101111101111111011010011010100101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33557B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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