#33588C

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

Shades of St Tropaz #33588C

Tints of St Tropaz #33588C

Color information

#33588C (or 0x33588C) is unknown color: approx St Tropaz. HEX triplet: 33, 58 and 8C. RGB value is (51,88,140). Sum of RGB (Red+Green+Blue) = 51+88+140=279 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.28% from 279); Green value is 88 (34.77% from 255 or 31.54% from 279); Blue value is 140 (55.08% from 255 or 50.18% from 279); Max value from RGB is 140 - color contains mainly: blue. Hex color #33588C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33588C is #CCA773. Grayscale: #525252. Windows color (decimal): -13412212 or 9197619. OLE color: 9197619.

HSL color Cylindrical-coordinate representation of color #33588C: hue angle of 215.06º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #33588C is Cyan = 0.64, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5188140-
CMYK0.640.3700.45
HSL215.06º46.6%37.45%-
HSV(B)215.06º63.57%54.9%-
XYZ9.599.5826.15-
YUV82.86160.24105.27-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.28%
GREEN value IS 88 (34.77% from 255) = 31.54%
BLUE value IS 140 (55.08% from 255) = 50.18%
R=18.28%
G=31.54%
B=50.18%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal51881400.640.3700.45215.0646.637.45
Hex33588C402502Dd72f25
Octal63130214100450553275745
Binary1100111011000100011001000000100101010110111010111101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33588C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,88,140); }

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

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

 a { background-color: rgb(51,88,140); }

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

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

 span { border-color: rgb(51,88,140); }

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