#37968D

Color #37968D Blue Chill (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Chill #37968D

Tints of Blue Chill #37968D

Color information

#37968D (or 0x37968D) is unknown color: approx Blue Chill. HEX triplet: 37, 96 and 8D. RGB value is (55,150,141). Sum of RGB (Red+Green+Blue) = 55+150+141=346 (45% of max value = 765). Red value is 55 (21.88% from 255 or 15.90% from 346); Green value is 150 (58.98% from 255 or 43.35% from 346); Blue value is 141 (55.47% from 255 or 40.75% from 346); Max value from RGB is 150 - color contains mainly: green. Hex color #37968D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37968D is #C86972. Grayscale: #787878. Windows color (decimal): -13134195 or 9279031. OLE color: 9279031.

HSL color Cylindrical-coordinate representation of color #37968D: hue angle of 174.32º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #37968D is Cyan = 0.63, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB55150141-
CMYK0.6300.060.41
HSL174.32º46.34%40.2%-
HSV(B)174.32º63.33%58.82%-
XYZ17.2924.5529.03-
YUV120.57139.5381.23-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.90%
GREEN value IS 150 (58.98% from 255) = 43.35%
BLUE value IS 141 (55.47% from 255) = 40.75%
R=15.90%
G=43.35%
B=40.75%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal551501410.6300.060.41174.3246.3440.2
Hex37968D3F0629ae2e28
Octal672262157706512565650
Binary1101111001011010001101111111011010100110101110101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37968D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37968D; }

 p { color: rgb(55,150,141); }

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

<style>
 a { background-color: #37968D; }

 a { background-color: rgb(55,150,141); }

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

<style>
 span { border-color: #37968D; }

 span { border-color: rgb(55,150,141); }

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