#36527C

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

Shades of St Tropaz #36527C

Tints of St Tropaz #36527C

Color information

#36527C (or 0x36527C) is unknown color: approx St Tropaz. HEX triplet: 36, 52 and 7C. RGB value is (54,82,124). Sum of RGB (Red+Green+Blue) = 54+82+124=260 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.77% from 260); Green value is 82 (32.42% from 255 or 31.54% from 260); Blue value is 124 (48.83% from 255 or 47.69% from 260); Max value from RGB is 124 - color contains mainly: blue. Hex color #36527C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36527C is #C9AD83. Grayscale: #4E4E4E. Windows color (decimal): -13217156 or 8147510. OLE color: 8147510.

HSL color Cylindrical-coordinate representation of color #36527C: hue angle of 216º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #36527C is Cyan = 0.56, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5482124-
CMYK0.560.3400.51
HSL216º39.33%34.9%-
HSV(B)216º56.45%48.63%-
XYZ8.188.2720.23-
YUV78.42153.72110.58-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.77%
GREEN value IS 82 (32.42% from 255) = 31.54%
BLUE value IS 124 (48.83% from 255) = 47.69%
R=20.77%
G=31.54%
B=47.69%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal54821240.560.3400.5121639.3334.9
Hex36527C3822033d82723
Octal6612217470420633304743
Binary11011010100101111100111000100010011001111011000100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36527C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,82,124); }

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

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

 a { background-color: rgb(54,82,124); }

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

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

 span { border-color: rgb(54,82,124); }

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