#37527B

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

Shades of St Tropaz #37527B

Tints of St Tropaz #37527B

Color information

#37527B (or 0x37527B) is unknown color: approx St Tropaz. HEX triplet: 37, 52 and 7B. RGB value is (55,82,123). Sum of RGB (Red+Green+Blue) = 55+82+123=260 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.15% from 260); Green value is 82 (32.42% from 255 or 31.54% from 260); Blue value is 123 (48.44% from 255 or 47.31% from 260); Max value from RGB is 123 - color contains mainly: blue. Hex color #37527B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37527B is #C8AD84. Grayscale: #4E4E4E. Windows color (decimal): -13151621 or 8081975. OLE color: 8081975.

HSL color Cylindrical-coordinate representation of color #37527B: hue angle of 216.18º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #37527B is Cyan = 0.55, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5582123-
CMYK0.550.3300.52
HSL216.18º38.2%34.9%-
HSV(B)216.18º55.28%48.24%-
XYZ8.178.2819.91-
YUV78.6153.05111.17-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.15%
GREEN value IS 82 (32.42% from 255) = 31.54%
BLUE value IS 123 (48.44% from 255) = 47.31%
R=21.15%
G=31.54%
B=47.31%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal55821230.550.3300.52216.1838.234.9
Hex37527B3721034d82623
Octal6712217367410643304643
Binary11011110100101111011110111100001011010011011000100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37527B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37527B; }

 p { color: rgb(55,82,123); }

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

<style>
 a { background-color: #37527B; }

 a { background-color: rgb(55,82,123); }

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

<style>
 span { border-color: #37527B; }

 span { border-color: rgb(55,82,123); }

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