Html Css Color HEX #37ABB7 Pelorous

📋 copy color: '#37ABB7'

red 55 ◦ green 171 ◦ blue 183

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

Shades of Pelorous #37ABB7

Tints of Pelorous #37ABB7

RGB

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

 GREEN value IS 171 (67.19% from 255) = 41.81%

 BLUE value IS 183 (71.88% from 255) = 44.74%

R = 13.45%
G = 41.81%
B = 44.74%

CMYK

 C value IS 0.70

 M value IS 0.07

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#37ABB7 (or 0x37ABB7) is known color: Pelorous. HEX triplet: 37, AB and B7. RGB value is (55,171,183). Sum of RGB (Red+Green+Blue) = 55+171+183=409 (54% of max value = 765). Red value is 55 (21.88% from 255 or 13.45% from 409); Green value is 171 (67.19% from 255 or 41.81% from 409); Blue value is 183 (71.88% from 255 or 44.74% from 409); Max value from RGB is 183 - color contains mainly: blue. Hex color #37ABB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #37ABB7 is #C85448. Grayscale: #898989. Windows color (decimal): -13128777 or 12036919. OLE color: 12036919.

HSL color Cylindrical-coordinate representation of color #37ABB7: hue angle of 185.62º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #37ABB7 is Cyan = 0.70, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 55 171 183 -
CMYK 0.70 0.07 0 0.28
HSL 185.63º 0.54% 0.47% -
HSV(B) 185.63º 0.7% 0.72% -
XYZ 24.69 33.36 49.94 -
YUV 137.68 153.57 69.02 -
System Red Green Blue C M Y K H S L
Decimal 55 171 183 0.70 0.07 0 0.28 185.63 0.54 0.47
Hex 37 AB B7 46 7 0 1C BA 36 2F
Octal 67 253 267 106 7 0 34 272 66 57
Binary 110111 10101011 10110111 1000110 111 0 11100 10111010 110110 101111

Color Harmonies of #37ABB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37ABB7

Black with #37ABB7

Text Example


Text Example

White with #37ABB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,171,183); }

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

background-color css

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

 a { background-color: rgb(55,171,183); }

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

border-color css

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

 span { border-color: rgb(55,171,183); }

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