#37858D

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

Shades of Blue Chill #37858D

Tints of Blue Chill #37858D

Color information

#37858D (or 0x37858D) is unknown color: approx Blue Chill. HEX triplet: 37, 85 and 8D. RGB value is (55,133,141). Sum of RGB (Red+Green+Blue) = 55+133+141=329 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.72% from 329); Green value is 133 (52.34% from 255 or 40.43% from 329); Blue value is 141 (55.47% from 255 or 42.86% from 329); Max value from RGB is 141 - color contains mainly: blue. Hex color #37858D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37858D is #C87A72. Grayscale: #6E6E6E. Windows color (decimal): -13138547 or 9274679. OLE color: 9274679.

HSL color Cylindrical-coordinate representation of color #37858D: hue angle of 185.58º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #37858D is Cyan = 0.61, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB55133141-
CMYK0.610.0600.45
HSL185.58º43.88%38.43%-
HSV(B)185.58º60.99%55.29%-
XYZ14.7719.5128.19-
YUV110.59145.1688.35-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.72%
GREEN value IS 133 (52.34% from 255) = 40.43%
BLUE value IS 141 (55.47% from 255) = 42.86%
R=16.72%
G=40.43%
B=42.86%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal551331410.610.0600.45185.5843.8838.43
Hex37858D3D602Dba2c26
Octal672052157560552725446
Binary1101111000010110001101111101110010110110111010101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37858D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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