#33588A

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

Shades of St Tropaz #33588A

Tints of St Tropaz #33588A

Color information

#33588A (or 0x33588A) is unknown color: approx St Tropaz. HEX triplet: 33, 58 and 8A. RGB value is (51,88,138). Sum of RGB (Red+Green+Blue) = 51+88+138=277 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.41% from 277); Green value is 88 (34.77% from 255 or 31.77% from 277); Blue value is 138 (54.30% from 255 or 49.82% from 277); Max value from RGB is 138 - color contains mainly: blue. Hex color #33588A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33588A is #CCA775. Grayscale: #525252. Windows color (decimal): -13412214 or 9066547. OLE color: 9066547.

HSL color Cylindrical-coordinate representation of color #33588A: hue angle of 214.48º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #33588A is Cyan = 0.63, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5188138-
CMYK0.630.3600.46
HSL214.48º46.03%37.06%-
HSV(B)214.48º63.04%54.12%-
XYZ9.449.5225.38-
YUV82.64159.24105.43-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.41%
GREEN value IS 88 (34.77% from 255) = 31.77%
BLUE value IS 138 (54.30% from 255) = 49.82%
R=18.41%
G=31.77%
B=49.82%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal51881380.630.3600.46214.4846.0337.06
Hex33588A3F2402Ed62e25
Octal6313021277440563265645
Binary110011101100010001010111111100100010111011010110101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33588A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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