#36567C

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

Shades of St Tropaz #36567C

Tints of St Tropaz #36567C

Color information

#36567C (or 0x36567C) is unknown color: approx St Tropaz. HEX triplet: 36, 56 and 7C. RGB value is (54,86,124). Sum of RGB (Red+Green+Blue) = 54+86+124=264 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.45% from 264); Green value is 86 (33.98% from 255 or 32.58% from 264); Blue value is 124 (48.83% from 255 or 46.97% from 264); Max value from RGB is 124 - color contains mainly: blue. Hex color #36567C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36567C is #C9A983. Grayscale: #505050. Windows color (decimal): -13216132 or 8148534. OLE color: 8148534.

HSL color Cylindrical-coordinate representation of color #36567C: hue angle of 212.57º 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 #36567C is Cyan = 0.56, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5486124-
CMYK0.560.3100.51
HSL212.57º39.33%34.9%-
HSV(B)212.57º56.45%48.63%-
XYZ8.498.920.34-
YUV80.76152.4108.91-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.45%
GREEN value IS 86 (33.98% from 255) = 32.58%
BLUE value IS 124 (48.83% from 255) = 46.97%
R=20.45%
G=32.58%
B=46.97%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal54861240.560.3100.51212.5739.3334.9
Hex36567C381F033d52723
Octal6612617470370633254743
Binary1101101010110111110011100011111011001111010101100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36567C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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