Shades of Blue Chill #3D8F93
Tints of Blue Chill #3D8F93
RGB
CMYK
RGB Variations
Color information
#3D8F93 (or 0x3D8F93) is known color: Blue Chill. HEX triplet: 3D, 8F and 93. RGB value is (61,143,147). Sum of RGB (Red+Green+Blue) = 61+143+147=351 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.38% from 351); Green value is 143 (56.25% from 255 or 40.74% from 351); Blue value is 147 (57.81% from 255 or 41.88% from 351); Max value from RGB is 147 - color contains mainly: blue. Hex color #3D8F93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D8F93 is #C2706C. Grayscale: #767676. Windows color (decimal): -12742765 or 9670461. OLE color: 9670461.
HSL color Cylindrical-coordinate representation of color #3D8F93: hue angle of 182.79º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3D8F93 is Cyan = 0.59, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 61 | 143 | 147 | - |
| CMYK | 0.59 | 0.03 | 0 | 0.42 |
| HSL | 182.79º | 0.41% | 0.41% | - |
| HSV(B) | 182.79º | 0.59% | 0.58% | - |
| XYZ | 17.01 | 22.74 | 31.1 | - |
| YUV | 118.94 | 143.83 | 86.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 143 | 147 | 0.59 | 0.03 | 0 | 0.42 | 182.79 | 0.41 | 0.41 |
| Hex | 3D | 8F | 93 | 3B | 3 | 0 | 2A | B7 | 29 | 29 |
| Octal | 75 | 217 | 223 | 73 | 3 | 0 | 52 | 267 | 51 | 51 |
| Binary | 111101 | 10001111 | 10010011 | 111011 | 11 | 0 | 101010 | 10110111 | 101001 | 101001 |
Color Harmonies of #3D8F93
Complementary color
Monochromatic Colors of #3D8F93
Black with #3D8F93
Text Example
Text Example
White with #3D8F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D8F93; }
p { color: rgb(61,143,147); }
H1.HeaderClassName
{
color: #3D8F93;
}
.AnyTagClassName
{
color: #3D8F93;
}
</style>
background-color css
<style>
a { background-color: #3D8F93; }
a { background-color: rgb(61,143,147); }
div.DivClassName
{
background-color: #3D8F93;
}
.BgClassName
{
background-color: #3D8F93;
}
</style>
border-color css
<style>
span { border-color: #3D8F93; }
span { border-color: rgb(61,143,147); }
td.TdClassName
{
border-color: #3D8F93;
}
.TagClassName
{
border-color: #3D8F93;
}
</style>