#37ABB7

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

Shades of Pelorous #37ABB7

Tints of Pelorous #37ABB7

Color information

#37ABB7 (or 0x37ABB7) is unknown color: approx 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

RGB55171183-
CMYK0.700.0700.28
HSL185.62º53.78%46.67%-
HSV(B)185.62º69.95%71.76%-
XYZ24.6933.3649.94-
YUV137.68153.5769.02-

RGB Variations

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

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 (Cyan) values IS 0.70
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal551711830.700.0700.28185.6253.7846.67
Hex37ABB746701Cba362f
Octal6725326710670342726657
Binary1101111010101110110111100011011101110010111010110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37ABB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>