Shades of Blue Chill #3D948B
Tints of Blue Chill #3D948B
RGB
CMYK
RGB Variations
Color information
#3D948B (or 0x3D948B) is known color: Blue Chill. HEX triplet: 3D, 94 and 8B. RGB value is (61,148,139). Sum of RGB (Red+Green+Blue) = 61+148+139=348 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.53% from 348); Green value is 148 (58.20% from 255 or 42.53% from 348); Blue value is 139 (54.69% from 255 or 39.94% from 348); Max value from RGB is 148 - color contains mainly: green. Hex color #3D948B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D948B is #C26B74. Grayscale: #787878. Windows color (decimal): -12741493 or 9147453. OLE color: 9147453.
HSL color Cylindrical-coordinate representation of color #3D948B: hue angle of 173.79º degrees, saturation: 0.42, 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 #3D948B is Cyan = 0.59, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 61 | 148 | 139 | - |
| CMYK | 0.59 | 0 | 0.06 | 0.42 |
| HSL | 173.79º | 0.42% | 0.41% | - |
| HSV(B) | 173.79º | 0.59% | 0.58% | - |
| XYZ | 17.17 | 24.04 | 28.16 | - |
| YUV | 120.96 | 138.18 | 85.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 148 | 139 | 0.59 | 0 | 0.06 | 0.42 | 173.79 | 0.42 | 0.41 |
| Hex | 3D | 94 | 8B | 3B | 0 | 6 | 2A | AE | 2A | 29 |
| Octal | 75 | 224 | 213 | 73 | 0 | 6 | 52 | 256 | 52 | 51 |
| Binary | 111101 | 10010100 | 10001011 | 111011 | 0 | 110 | 101010 | 10101110 | 101010 | 101001 |
Color Harmonies of #3D948B
Complementary color
Monochromatic Colors of #3D948B
Black with #3D948B
Text Example
Text Example
White with #3D948B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D948B; }
p { color: rgb(61,148,139); }
H1.HeaderClassName
{
color: #3D948B;
}
.AnyTagClassName
{
color: #3D948B;
}
</style>
background-color css
<style>
a { background-color: #3D948B; }
a { background-color: rgb(61,148,139); }
div.DivClassName
{
background-color: #3D948B;
}
.BgClassName
{
background-color: #3D948B;
}
</style>
border-color css
<style>
span { border-color: #3D948B; }
span { border-color: rgb(61,148,139); }
td.TdClassName
{
border-color: #3D948B;
}
.TagClassName
{
border-color: #3D948B;
}
</style>