#36588D

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

Shades of St Tropaz #36588D

Tints of St Tropaz #36588D

Color information

#36588D (or 0x36588D) is unknown color: approx St Tropaz. HEX triplet: 36, 58 and 8D. RGB value is (54,88,141). Sum of RGB (Red+Green+Blue) = 54+88+141=283 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.08% from 283); Green value is 88 (34.77% from 255 or 31.10% from 283); Blue value is 141 (55.47% from 255 or 49.82% from 283); Max value from RGB is 141 - color contains mainly: blue. Hex color #36588D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36588D is #C9A772. Grayscale: #535353. Windows color (decimal): -13215603 or 9263158. OLE color: 9263158.

HSL color Cylindrical-coordinate representation of color #36588D: hue angle of 216.55º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #36588D is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5488141-
CMYK0.620.3800.45
HSL216.55º44.62%38.24%-
HSV(B)216.55º61.7%55.29%-
XYZ9.829.6926.55-
YUV83.88160.24106.69-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.08%
GREEN value IS 88 (34.77% from 255) = 31.10%
BLUE value IS 141 (55.47% from 255) = 49.82%
R=19.08%
G=31.10%
B=49.82%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal54881410.620.3800.45216.5544.6238.24
Hex36588D3E2602Dd92d26
Octal6613021576460553315546
Binary110110101100010001101111110100110010110111011001101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36588D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36588D; }

 p { color: rgb(54,88,141); }

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

<style>
 a { background-color: #36588D; }

 a { background-color: rgb(54,88,141); }

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

<style>
 span { border-color: #36588D; }

 span { border-color: rgb(54,88,141); }

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