#37537F

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

Shades of St Tropaz #37537F

Tints of St Tropaz #37537F

Color information

#37537F (or 0x37537F) is unknown color: approx St Tropaz. HEX triplet: 37, 53 and 7F. RGB value is (55,83,127). Sum of RGB (Red+Green+Blue) = 55+83+127=265 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.75% from 265); Green value is 83 (32.81% from 255 or 31.32% from 265); Blue value is 127 (50% from 255 or 47.92% from 265); Max value from RGB is 127 - color contains mainly: blue. Hex color #37537F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37537F is #C8AC80. Grayscale: #4F4F4F. Windows color (decimal): -13151361 or 8344375. OLE color: 8344375.

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

Color convert

RGB5583127-
CMYK0.570.3500.50
HSL216.67º39.56%35.69%-
HSV(B)216.67º56.69%49.8%-
XYZ8.58.5321.28-
YUV79.64154.72110.42-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.75%
GREEN value IS 83 (32.81% from 255) = 31.32%
BLUE value IS 127 (50% from 255) = 47.92%
R=20.75%
G=31.32%
B=47.92%

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
Decimal55831270.570.3500.50216.6739.5635.69
Hex37537F3923032d92824
Octal6712317771430623315044
Binary11011110100111111111111001100011011001011011001101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37537F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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