Html Css Color HEX #37A2A9 Pelorous

📋 copy color: '#37A2A9'

red 55 ◦ green 162 ◦ blue 169

#37A2A9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pelorous #37A2A9

Tints of Pelorous #37A2A9

RGB

 RED value IS 55 (21.88% from 255) = 14.25%

 GREEN value IS 162 (63.67% from 255) = 41.97%

 BLUE value IS 169 (66.41% from 255) = 43.78%

R = 14.25%
G = 41.97%
B = 43.78%

CMYK

 C value IS 0.67

 M value IS 0.04

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#37A2A9 (or 0x37A2A9) is known color: Pelorous. HEX triplet: 37, A2 and A9. RGB value is (55,162,169). Sum of RGB (Red+Green+Blue) = 55+162+169=386 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.25% from 386); Green value is 162 (63.67% from 255 or 41.97% from 386); Blue value is 169 (66.41% from 255 or 43.78% from 386); Max value from RGB is 169 - color contains mainly: blue. Hex color #37A2A9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37A2A9 is #C85D56. Grayscale: #828282. Windows color (decimal): -13131095 or 11117111. OLE color: 11117111.

HSL color Cylindrical-coordinate representation of color #37A2A9: hue angle of 183.68º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #37A2A9 is Cyan = 0.67, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 55 162 169 -
CMYK 0.67 0.04 0 0.34
HSL 183.68º 0.51% 0.44% -
HSV(B) 183.68º 0.67% 0.66% -
XYZ 21.66 29.52 42.09 -
YUV 130.81 149.55 73.93 -
System Red Green Blue C M Y K H S L
Decimal 55 162 169 0.67 0.04 0 0.34 183.68 0.51 0.44
Hex 37 A2 A9 43 4 0 22 B8 33 2C
Octal 67 242 251 103 4 0 42 270 63 54
Binary 110111 10100010 10101001 1000011 100 0 100010 10111000 110011 101100

Color Harmonies of #37A2A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37A2A9

Black with #37A2A9

Text Example


Text Example

White with #37A2A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #37A2A9;
 }
 .AnyTagClassName
 {
   color: #37A2A9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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