#36598E

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

Shades of St Tropaz #36598E

Tints of St Tropaz #36598E

Color information

#36598E (or 0x36598E) is unknown color: approx St Tropaz. HEX triplet: 36, 59 and 8E. RGB value is (54,89,142). Sum of RGB (Red+Green+Blue) = 54+89+142=285 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.95% from 285); Green value is 89 (35.16% from 255 or 31.23% from 285); Blue value is 142 (55.86% from 255 or 49.82% from 285); Max value from RGB is 142 - color contains mainly: blue. Hex color #36598E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36598E is #C9A671. Grayscale: #545454. Windows color (decimal): -13215346 or 9328950. OLE color: 9328950.

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

Color convert

RGB5489142-
CMYK0.620.3700.44
HSL216.14º44.9%38.43%-
HSV(B)216.14º61.97%55.69%-
XYZ9.989.8826.97-
YUV84.58160.4106.19-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.95%
GREEN value IS 89 (35.16% from 255) = 31.23%
BLUE value IS 142 (55.86% from 255) = 49.82%
R=18.95%
G=31.23%
B=49.82%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal54891420.620.3700.44216.1444.938.43
Hex36598E3E2502Cd82d26
Octal6613121676450543305546
Binary110110101100110001110111110100101010110011011000101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36598E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36598E; }

 p { color: rgb(54,89,142); }

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

<style>
 a { background-color: #36598E; }

 a { background-color: rgb(54,89,142); }

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

<style>
 span { border-color: #36598E; }

 span { border-color: rgb(54,89,142); }

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