#37A1B3

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

Shades of Pelorous #37A1B3

Tints of Pelorous #37A1B3

Color information

#37A1B3 (or 0x37A1B3) is unknown color: approx Pelorous. HEX triplet: 37, A1 and B3. RGB value is (55,161,179). Sum of RGB (Red+Green+Blue) = 55+161+179=395 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.92% from 395); Green value is 161 (63.28% from 255 or 40.76% from 395); Blue value is 179 (70.31% from 255 or 45.32% from 395); Max value from RGB is 179 - color contains mainly: blue. Hex color #37A1B3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #37A1B3 is #C85E4C. Grayscale: #838383. Windows color (decimal): -13131341 or 11772215. OLE color: 11772215.

HSL color Cylindrical-coordinate representation of color #37A1B3: hue angle of 188.71º 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 #37A1B3 is Cyan = 0.69, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB55161179-
CMYK0.690.1000.30
HSL188.71º52.99%45.88%-
HSV(B)188.71º69.27%70.2%-
XYZ22.4629.5647.17-
YUV131.36154.8873.54-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 13.92%
GREEN value IS 161 (63.28% from 255) = 40.76%
BLUE value IS 179 (70.31% from 255) = 45.32%
R=13.92%
G=40.76%
B=45.32%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal551611790.690.1000.30188.7152.9945.88
Hex37A1B345A01Ebd352e
Octal67241263105120362756556
Binary11011110100001101100111000101101001111010111101110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37A1B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,161,179); }

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

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

 a { background-color: rgb(55,161,179); }

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

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

 span { border-color: rgb(55,161,179); }

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