#36537F

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

Shades of St Tropaz #36537F

Tints of St Tropaz #36537F

Color information

#36537F (or 0x36537F) is unknown color: approx St Tropaz. HEX triplet: 36, 53 and 7F. RGB value is (54,83,127). Sum of RGB (Red+Green+Blue) = 54+83+127=264 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.45% from 264); Green value is 83 (32.81% from 255 or 31.44% from 264); Blue value is 127 (50% from 255 or 48.11% from 264); Max value from RGB is 127 - color contains mainly: blue. Hex color #36537F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36537F is #C9AC80. Grayscale: #4F4F4F. Windows color (decimal): -13216897 or 8344374. OLE color: 8344374.

HSL color Cylindrical-coordinate representation of color #36537F: hue angle of 216.16º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #36537F is Cyan = 0.57, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5483127-
CMYK0.570.3500.50
HSL216.16º40.33%35.49%-
HSV(B)216.16º57.48%49.8%-
XYZ8.458.521.27-
YUV79.34154.89109.92-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.45%
GREEN value IS 83 (32.81% from 255) = 31.44%
BLUE value IS 127 (50% from 255) = 48.11%
R=20.45%
G=31.44%
B=48.11%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal54831270.570.3500.50216.1640.3335.49
Hex36537F3923032d82823
Octal6612317771430623305043
Binary11011010100111111111111001100011011001011011000101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36537F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36537F; }

 p { color: rgb(54,83,127); }

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

<style>
 a { background-color: #36537F; }

 a { background-color: rgb(54,83,127); }

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

<style>
 span { border-color: #36537F; }

 span { border-color: rgb(54,83,127); }

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