Shades of Blue Chill #3E959B
Tints of Blue Chill #3E959B
RGB
CMYK
RGB Variations
Color information
#3E959B (or 0x3E959B) is known color: Blue Chill. HEX triplet: 3E, 95 and 9B. RGB value is (62,149,155). Sum of RGB (Red+Green+Blue) = 62+149+155=366 (48% of max value = 765). Red value is 62 (24.61% from 255 or 16.94% from 366); Green value is 149 (58.59% from 255 or 40.71% from 366); Blue value is 155 (60.94% from 255 or 42.35% from 366); Max value from RGB is 155 - color contains mainly: blue. Hex color #3E959B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3E959B is #C16A64. Grayscale: #7B7B7B. Windows color (decimal): -12675685 or 10196286. OLE color: 10196286.
HSL color Cylindrical-coordinate representation of color #3E959B: hue angle of 183.87º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3E959B is Cyan = 0.6, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 62 | 149 | 155 | - |
| CMYK | 0.6 | 0.04 | 0 | 0.39 |
| HSL | 183.87º | 0.43% | 0.43% | - |
| HSV(B) | 183.87º | 0.6% | 0.61% | - |
| XYZ | 18.65 | 24.89 | 34.83 | - |
| YUV | 123.67 | 145.68 | 84.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 149 | 155 | 0.6 | 0.04 | 0 | 0.39 | 183.87 | 0.43 | 0.43 |
| Hex | 3E | 95 | 9B | 3C | 4 | 0 | 27 | B8 | 2B | 2B |
| Octal | 76 | 225 | 233 | 74 | 4 | 0 | 47 | 270 | 53 | 53 |
| Binary | 111110 | 10010101 | 10011011 | 111100 | 100 | 0 | 100111 | 10111000 | 101011 | 101011 |
Color Harmonies of #3E959B
Complementary color
Monochromatic Colors of #3E959B
Black with #3E959B
Text Example
Text Example
White with #3E959B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E959B; }
p { color: rgb(62,149,155); }
H1.HeaderClassName
{
color: #3E959B;
}
.AnyTagClassName
{
color: #3E959B;
}
</style>
background-color css
<style>
a { background-color: #3E959B; }
a { background-color: rgb(62,149,155); }
div.DivClassName
{
background-color: #3E959B;
}
.BgClassName
{
background-color: #3E959B;
}
</style>
border-color css
<style>
span { border-color: #3E959B; }
span { border-color: rgb(62,149,155); }
td.TdClassName
{
border-color: #3E959B;
}
.TagClassName
{
border-color: #3E959B;
}
</style>