Shades of Blue Chill #3D858D
Tints of Blue Chill #3D858D
RGB
CMYK
RGB Variations
Color information
#3D858D (or 0x3D858D) is known color: Blue Chill. HEX triplet: 3D, 85 and 8D. RGB value is (61,133,141). Sum of RGB (Red+Green+Blue) = 61+133+141=335 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.21% from 335); Green value is 133 (52.34% from 255 or 39.70% from 335); Blue value is 141 (55.47% from 255 or 42.09% from 335); Max value from RGB is 141 - color contains mainly: blue. Hex color #3D858D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D858D is #C27A72. Grayscale: #707070. Windows color (decimal): -12745331 or 9274685. OLE color: 9274685.
HSL color Cylindrical-coordinate representation of color #3D858D: hue angle of 186º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3D858D is Cyan = 0.57, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 61 | 133 | 141 | - |
| CMYK | 0.57 | 0.06 | 0 | 0.45 |
| HSL | 186º | 0.4% | 0.4% | - |
| HSV(B) | 186º | 0.57% | 0.55% | - |
| XYZ | 15.12 | 19.69 | 28.2 | - |
| YUV | 112.38 | 144.15 | 91.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 133 | 141 | 0.57 | 0.06 | 0 | 0.45 | 186 | 0.4 | 0.4 |
| Hex | 3D | 85 | 8D | 39 | 6 | 0 | 2D | BA | 28 | 28 |
| Octal | 75 | 205 | 215 | 71 | 6 | 0 | 55 | 272 | 50 | 50 |
| Binary | 111101 | 10000101 | 10001101 | 111001 | 110 | 0 | 101101 | 10111010 | 101000 | 101000 |
Color Harmonies of #3D858D
Complementary color
Monochromatic Colors of #3D858D
Black with #3D858D
Text Example
Text Example
White with #3D858D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D858D; }
p { color: rgb(61,133,141); }
H1.HeaderClassName
{
color: #3D858D;
}
.AnyTagClassName
{
color: #3D858D;
}
</style>
background-color css
<style>
a { background-color: #3D858D; }
a { background-color: rgb(61,133,141); }
div.DivClassName
{
background-color: #3D858D;
}
.BgClassName
{
background-color: #3D858D;
}
</style>
border-color css
<style>
span { border-color: #3D858D; }
span { border-color: rgb(61,133,141); }
td.TdClassName
{
border-color: #3D858D;
}
.TagClassName
{
border-color: #3D858D;
}
</style>