Shades of Blue Chill #3D898D
Tints of Blue Chill #3D898D
RGB
CMYK
RGB Variations
Color information
#3D898D (or 0x3D898D) is known color: Blue Chill. HEX triplet: 3D, 89 and 8D. RGB value is (61,137,141). Sum of RGB (Red+Green+Blue) = 61+137+141=339 (44% of max value = 765). Red value is 61 (24.22% from 255 or 17.99% from 339); Green value is 137 (53.91% from 255 or 40.41% from 339); Blue value is 141 (55.47% from 255 or 41.59% from 339); Max value from RGB is 141 - color contains mainly: blue. Hex color #3D898D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D898D is #C27672. Grayscale: #727272. Windows color (decimal): -12744307 or 9275709. OLE color: 9275709.
HSL color Cylindrical-coordinate representation of color #3D898D: hue angle of 183º 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 #3D898D is Cyan = 0.57, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 61 | 137 | 141 | - |
| CMYK | 0.57 | 0.03 | 0 | 0.45 |
| HSL | 183º | 0.4% | 0.4% | - |
| HSV(B) | 183º | 0.57% | 0.55% | - |
| XYZ | 15.68 | 20.81 | 28.39 | - |
| YUV | 114.73 | 142.82 | 89.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 137 | 141 | 0.57 | 0.03 | 0 | 0.45 | 183 | 0.4 | 0.4 |
| Hex | 3D | 89 | 8D | 39 | 3 | 0 | 2D | B7 | 28 | 28 |
| Octal | 75 | 211 | 215 | 71 | 3 | 0 | 55 | 267 | 50 | 50 |
| Binary | 111101 | 10001001 | 10001101 | 111001 | 11 | 0 | 101101 | 10110111 | 101000 | 101000 |
Color Harmonies of #3D898D
Complementary color
Monochromatic Colors of #3D898D
Black with #3D898D
Text Example
Text Example
White with #3D898D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D898D; }
p { color: rgb(61,137,141); }
H1.HeaderClassName
{
color: #3D898D;
}
.AnyTagClassName
{
color: #3D898D;
}
</style>
background-color css
<style>
a { background-color: #3D898D; }
a { background-color: rgb(61,137,141); }
div.DivClassName
{
background-color: #3D898D;
}
.BgClassName
{
background-color: #3D898D;
}
</style>
border-color css
<style>
span { border-color: #3D898D; }
span { border-color: rgb(61,137,141); }
td.TdClassName
{
border-color: #3D898D;
}
.TagClassName
{
border-color: #3D898D;
}
</style>