#37A0BF

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

Shades of Pelorous #37A0BF

Tints of Pelorous #37A0BF

Color information

#37A0BF (or 0x37A0BF) is unknown color: approx Pelorous. HEX triplet: 37, A0 and BF. RGB value is (55,160,191). Sum of RGB (Red+Green+Blue) = 55+160+191=406 (53% of max value = 765). Red value is 55 (21.88% from 255 or 13.55% from 406); Green value is 160 (62.89% from 255 or 39.41% from 406); Blue value is 191 (75% from 255 or 47.04% from 406); Max value from RGB is 191 - color contains mainly: blue. Hex color #37A0BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #37A0BF is #C85F40. Grayscale: #838383. Windows color (decimal): -13131585 or 12558391. OLE color: 12558391.

HSL color Cylindrical-coordinate representation of color #37A0BF: hue angle of 193.68º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #37A0BF is Cyan = 0.71, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB55160191-
CMYK0.710.1600.25
HSL193.68º55.28%48.24%-
HSV(B)193.68º71.2%74.9%-
XYZ23.5529.7253.78-
YUV132.14161.2172.98-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 13.55%
GREEN value IS 160 (62.89% from 255) = 39.41%
BLUE value IS 191 (75% from 255) = 47.04%
R=13.55%
G=39.41%
B=47.04%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal551601910.710.1600.25193.6855.2848.24
Hex37A0BF4710019c23730
Octal67240277107200313026760
Binary110111101000001011111110001111000001100111000010110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37A0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,160,191); }

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

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

 a { background-color: rgb(55,160,191); }

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

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

 span { border-color: rgb(55,160,191); }

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