Shades of Blue Chill #3D878E
Tints of Blue Chill #3D878E
RGB
CMYK
RGB Variations
Color information
#3D878E (or 0x3D878E) is known color: Blue Chill. HEX triplet: 3D, 87 and 8E. RGB value is (61,135,142). Sum of RGB (Red+Green+Blue) = 61+135+142=338 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.05% from 338); Green value is 135 (53.12% from 255 or 39.94% from 338); Blue value is 142 (55.86% from 255 or 42.01% from 338); Max value from RGB is 142 - color contains mainly: blue. Hex color #3D878E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D878E is #C27871. Grayscale: #717171. Windows color (decimal): -12744818 or 9340733. OLE color: 9340733.
HSL color Cylindrical-coordinate representation of color #3D878E: hue angle of 185.19º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3D878E is Cyan = 0.57, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 61 | 135 | 142 | - |
| CMYK | 0.57 | 0.05 | 0 | 0.44 |
| HSL | 185.19º | 0.4% | 0.4% | - |
| HSV(B) | 185.19º | 0.57% | 0.56% | - |
| XYZ | 15.47 | 20.27 | 28.69 | - |
| YUV | 113.67 | 143.98 | 90.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 135 | 142 | 0.57 | 0.05 | 0 | 0.44 | 185.19 | 0.4 | 0.4 |
| Hex | 3D | 87 | 8E | 39 | 5 | 0 | 2C | B9 | 28 | 28 |
| Octal | 75 | 207 | 216 | 71 | 5 | 0 | 54 | 271 | 50 | 50 |
| Binary | 111101 | 10000111 | 10001110 | 111001 | 101 | 0 | 101100 | 10111001 | 101000 | 101000 |
Color Harmonies of #3D878E
Complementary color
Monochromatic Colors of #3D878E
Black with #3D878E
Text Example
Text Example
White with #3D878E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D878E; }
p { color: rgb(61,135,142); }
H1.HeaderClassName
{
color: #3D878E;
}
.AnyTagClassName
{
color: #3D878E;
}
</style>
background-color css
<style>
a { background-color: #3D878E; }
a { background-color: rgb(61,135,142); }
div.DivClassName
{
background-color: #3D878E;
}
.BgClassName
{
background-color: #3D878E;
}
</style>
border-color css
<style>
span { border-color: #3D878E; }
span { border-color: rgb(61,135,142); }
td.TdClassName
{
border-color: #3D878E;
}
.TagClassName
{
border-color: #3D878E;
}
</style>