#37A9B1

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

Shades of Pelorous #37A9B1

Tints of Pelorous #37A9B1

Color information

#37A9B1 (or 0x37A9B1) is unknown color: approx Pelorous. HEX triplet: 37, A9 and B1. RGB value is (55,169,177). Sum of RGB (Red+Green+Blue) = 55+169+177=401 (53% of max value = 765). Red value is 55 (21.88% from 255 or 13.72% from 401); Green value is 169 (66.41% from 255 or 42.14% from 401); Blue value is 177 (69.53% from 255 or 44.14% from 401); Max value from RGB is 177 - color contains mainly: blue. Hex color #37A9B1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37A9B1 is #C8564E. Grayscale: #878787. Windows color (decimal): -13129295 or 11643191. OLE color: 11643191.

HSL color Cylindrical-coordinate representation of color #37A9B1: hue angle of 183.93º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #37A9B1 is Cyan = 0.69, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB55169177-
CMYK0.690.0500.31
HSL183.93º52.59%45.49%-
HSV(B)183.93º68.93%69.41%-
XYZ23.732.3646.59-
YUV135.83151.2370.35-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 13.72%
GREEN value IS 169 (66.41% from 255) = 42.14%
BLUE value IS 177 (69.53% from 255) = 44.14%
R=13.72%
G=42.14%
B=44.14%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal551691770.690.0500.31183.9352.5945.49
Hex37A9B145501Fb8352d
Octal6725126110550372706555
Binary1101111010100110110001100010110101111110111000110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37A9B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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