#37A6B4

Color #37A6B4 Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #37A6B4

Tints of Pelorous #37A6B4

Color information

#37A6B4 (or 0x37A6B4) is unknown color: approx Pelorous. HEX triplet: 37, A6 and B4. RGB value is (55,166,180). Sum of RGB (Red+Green+Blue) = 55+166+180=401 (53% of max value = 765). Red value is 55 (21.88% from 255 or 13.72% from 401); Green value is 166 (65.23% from 255 or 41.40% from 401); Blue value is 180 (70.70% from 255 or 44.89% from 401); Max value from RGB is 180 - color contains mainly: blue. Hex color #37A6B4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #37A6B4 is #C8594B. Grayscale: #868686. Windows color (decimal): -13130060 or 11839031. OLE color: 11839031.

HSL color Cylindrical-coordinate representation of color #37A6B4: hue angle of 186.72º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #37A6B4 is Cyan = 0.69, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB55166180-
CMYK0.690.0800.29
HSL186.72º53.19%46.08%-
HSV(B)186.72º69.44%70.59%-
XYZ23.4531.3848-
YUV134.41153.7371.36-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 13.72%
GREEN value IS 166 (65.23% from 255) = 41.40%
BLUE value IS 180 (70.70% from 255) = 44.89%
R=13.72%
G=41.40%
B=44.89%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal551661800.690.0800.29186.7253.1946.08
Hex37A6B445801Dbb352e
Octal67246264105100352736556
Binary11011110100110101101001000101100001110110111011110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37A6B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37A6B4; }

 p { color: rgb(55,166,180); }

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

<style>
 a { background-color: #37A6B4; }

 a { background-color: rgb(55,166,180); }

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

<style>
 span { border-color: #37A6B4; }

 span { border-color: rgb(55,166,180); }

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