Shades of Blue Chill #3D918D
Tints of Blue Chill #3D918D
RGB
CMYK
RGB Variations
Color information
#3D918D (or 0x3D918D) is known color: Blue Chill. HEX triplet: 3D, 91 and 8D. RGB value is (61,145,141). Sum of RGB (Red+Green+Blue) = 61+145+141=347 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.58% from 347); Green value is 145 (57.03% from 255 or 41.79% from 347); Blue value is 141 (55.47% from 255 or 40.63% from 347); Max value from RGB is 145 - color contains mainly: green. Hex color #3D918D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D918D is #C26E72. Grayscale: #777777. Windows color (decimal): -12742259 or 9277757. OLE color: 9277757.
HSL color Cylindrical-coordinate representation of color #3D918D: hue angle of 177.14º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3D918D is Cyan = 0.58, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 61 | 145 | 141 | - |
| CMYK | 0.58 | 0 | 0.03 | 0.43 |
| HSL | 177.14º | 0.41% | 0.4% | - |
| HSV(B) | 177.14º | 0.58% | 0.57% | - |
| XYZ | 16.86 | 23.17 | 28.78 | - |
| YUV | 119.43 | 140.17 | 86.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 145 | 141 | 0.58 | 0 | 0.03 | 0.43 | 177.14 | 0.41 | 0.4 |
| Hex | 3D | 91 | 8D | 3A | 0 | 3 | 2B | B1 | 29 | 28 |
| Octal | 75 | 221 | 215 | 72 | 0 | 3 | 53 | 261 | 51 | 50 |
| Binary | 111101 | 10010001 | 10001101 | 111010 | 0 | 11 | 101011 | 10110001 | 101001 | 101000 |
Color Harmonies of #3D918D
Complementary color
Monochromatic Colors of #3D918D
Black with #3D918D
Text Example
Text Example
White with #3D918D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D918D; }
p { color: rgb(61,145,141); }
H1.HeaderClassName
{
color: #3D918D;
}
.AnyTagClassName
{
color: #3D918D;
}
</style>
background-color css
<style>
a { background-color: #3D918D; }
a { background-color: rgb(61,145,141); }
div.DivClassName
{
background-color: #3D918D;
}
.BgClassName
{
background-color: #3D918D;
}
</style>
border-color css
<style>
span { border-color: #3D918D; }
span { border-color: rgb(61,145,141); }
td.TdClassName
{
border-color: #3D918D;
}
.TagClassName
{
border-color: #3D918D;
}
</style>