Html Css Color HEX #37A4B2 Pelorous

📋 copy color: '#37A4B2'

red 55 ◦ green 164 ◦ blue 178

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

Shades of Pelorous #37A4B2

Tints of Pelorous #37A4B2

RGB

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

 GREEN value IS 164 (64.45% from 255) = 41.31%

 BLUE value IS 178 (69.92% from 255) = 44.84%

R = 13.85%
G = 41.31%
B = 44.84%

CMYK

 C value IS 0.69

 M value IS 0.08

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#37A4B2 (or 0x37A4B2) is known color: Pelorous. HEX triplet: 37, A4 and B2. RGB value is (55,164,178). Sum of RGB (Red+Green+Blue) = 55+164+178=397 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.85% from 397); Green value is 164 (64.45% from 255 or 41.31% from 397); Blue value is 178 (69.92% from 255 or 44.84% from 397); Max value from RGB is 178 - color contains mainly: blue. Hex color #37A4B2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37A4B2 is #C85B4D. Grayscale: #848484. Windows color (decimal): -13130574 or 11707447. OLE color: 11707447.

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

Color convert

RGB 55 164 178 -
CMYK 0.69 0.08 0 0.30
HSL 186.83º 0.53% 0.46% -
HSV(B) 186.83º 0.69% 0.7% -
XYZ 22.89 30.58 46.82 -
YUV 133.01 153.39 72.36 -
System Red Green Blue C M Y K H S L
Decimal 55 164 178 0.69 0.08 0 0.30 186.83 0.53 0.46
Hex 37 A4 B2 45 8 0 1E BB 35 2E
Octal 67 244 262 105 10 0 36 273 65 56
Binary 110111 10100100 10110010 1000101 1000 0 11110 10111011 110101 101110

Color Harmonies of #37A4B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37A4B2

Black with #37A4B2

Text Example


Text Example

White with #37A4B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,164,178); }

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

background-color css

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

 a { background-color: rgb(55,164,178); }

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

border-color css

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

 span { border-color: rgb(55,164,178); }

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