Shades of Blue Chill #3D938E
Tints of Blue Chill #3D938E
RGB
CMYK
RGB Variations
Color information
#3D938E (or 0x3D938E) is known color: Blue Chill. HEX triplet: 3D, 93 and 8E. RGB value is (61,147,142). Sum of RGB (Red+Green+Blue) = 61+147+142=350 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.43% from 350); Green value is 147 (57.81% from 255 or 42% from 350); Blue value is 142 (55.86% from 255 or 40.57% from 350); Max value from RGB is 147 - color contains mainly: green. Hex color #3D938E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D938E is #C26C71. Grayscale: #787878. Windows color (decimal): -12741746 or 9343805. OLE color: 9343805.
HSL color Cylindrical-coordinate representation of color #3D938E: hue angle of 176.51º 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 #3D938E is Cyan = 0.59, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 61 | 147 | 142 | - |
| CMYK | 0.59 | 0 | 0.03 | 0.42 |
| HSL | 176.51º | 0.41% | 0.41% | - |
| HSV(B) | 176.51º | 0.59% | 0.58% | - |
| XYZ | 17.24 | 23.81 | 29.28 | - |
| YUV | 120.72 | 140.01 | 85.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 147 | 142 | 0.59 | 0 | 0.03 | 0.42 | 176.51 | 0.41 | 0.41 |
| Hex | 3D | 93 | 8E | 3B | 0 | 3 | 2A | B1 | 29 | 29 |
| Octal | 75 | 223 | 216 | 73 | 0 | 3 | 52 | 261 | 51 | 51 |
| Binary | 111101 | 10010011 | 10001110 | 111011 | 0 | 11 | 101010 | 10110001 | 101001 | 101001 |
Color Harmonies of #3D938E
Complementary color
Monochromatic Colors of #3D938E
Black with #3D938E
Text Example
Text Example
White with #3D938E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D938E; }
p { color: rgb(61,147,142); }
H1.HeaderClassName
{
color: #3D938E;
}
.AnyTagClassName
{
color: #3D938E;
}
</style>
background-color css
<style>
a { background-color: #3D938E; }
a { background-color: rgb(61,147,142); }
div.DivClassName
{
background-color: #3D938E;
}
.BgClassName
{
background-color: #3D938E;
}
</style>
border-color css
<style>
span { border-color: #3D938E; }
span { border-color: rgb(61,147,142); }
td.TdClassName
{
border-color: #3D938E;
}
.TagClassName
{
border-color: #3D938E;
}
</style>