#37A2AE

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

Shades of Pelorous #37A2AE

Tints of Pelorous #37A2AE

Color information

#37A2AE (or 0x37A2AE) is unknown color: approx Pelorous. HEX triplet: 37, A2 and AE. RGB value is (55,162,174). Sum of RGB (Red+Green+Blue) = 55+162+174=391 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.07% from 391); Green value is 162 (63.67% from 255 or 41.43% from 391); Blue value is 174 (68.36% from 255 or 44.50% from 391); Max value from RGB is 174 - color contains mainly: blue. Hex color #37A2AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37A2AE is #C85D51. Grayscale: #838383. Windows color (decimal): -13131090 or 11444791. OLE color: 11444791.

HSL color Cylindrical-coordinate representation of color #37A2AE: hue angle of 186.05º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #37A2AE is Cyan = 0.68, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB55162174-
CMYK0.680.0700.32
HSL186.05º51.97%44.9%-
HSV(B)186.05º68.39%68.24%-
XYZ22.1429.7144.61-
YUV131.38152.0573.52-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 14.07%
GREEN value IS 162 (63.67% from 255) = 41.43%
BLUE value IS 174 (68.36% from 255) = 44.50%
R=14.07%
G=41.43%
B=44.50%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal551621740.680.0700.32186.0551.9744.9
Hex37A2AE447020ba342d
Octal6724225610470402726455
Binary11011110100010101011101000100111010000010111010110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37A2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,162,174); }

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

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

 a { background-color: rgb(55,162,174); }

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

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

 span { border-color: rgb(55,162,174); }

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