Shades of Blue Chill #3D8989
Tints of Blue Chill #3D8989
RGB
CMYK
RGB Variations
Color information
#3D8989 (or 0x3D8989) is known color: Blue Chill. HEX triplet: 3D, 89 and 89. RGB value is (61,137,137). Sum of RGB (Red+Green+Blue) = 61+137+137=335 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.21% from 335); Green value is 137 (53.91% from 255 or 40.90% from 335); Blue value is 137 (53.91% from 255 or 40.90% from 335); Max value from RGB is 137 - color contains mainly: green, blue. Hex color #3D8989 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D8989 is #C27676. Grayscale: #727272. Windows color (decimal): -12744311 or 9013565. OLE color: 9013565.
HSL color Cylindrical-coordinate representation of color #3D8989: hue angle of 180º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3D8989 is Cyan = 0.55, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 61 | 137 | 137 | - |
| CMYK | 0.55 | 0 | 0 | 0.46 |
| HSL | 180º | 0.38% | 0.39% | - |
| HSV(B) | 180º | 0.55% | 0.54% | - |
| XYZ | 15.39 | 20.69 | 26.85 | - |
| YUV | 114.28 | 140.82 | 90 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 137 | 137 | 0.55 | 0 | 0 | 0.46 | 180 | 0.38 | 0.39 |
| Hex | 3D | 89 | 89 | 37 | 0 | 0 | 2E | B4 | 26 | 27 |
| Octal | 75 | 211 | 211 | 67 | 0 | 0 | 56 | 264 | 46 | 47 |
| Binary | 111101 | 10001001 | 10001001 | 110111 | 0 | 0 | 101110 | 10110100 | 100110 | 100111 |
Color Harmonies of #3D8989
Complementary color
Monochromatic Colors of #3D8989
Black with #3D8989
Text Example
Text Example
White with #3D8989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D8989; }
p { color: rgb(61,137,137); }
H1.HeaderClassName
{
color: #3D8989;
}
.AnyTagClassName
{
color: #3D8989;
}
</style>
background-color css
<style>
a { background-color: #3D8989; }
a { background-color: rgb(61,137,137); }
div.DivClassName
{
background-color: #3D8989;
}
.BgClassName
{
background-color: #3D8989;
}
</style>
border-color css
<style>
span { border-color: #3D8989; }
span { border-color: rgb(61,137,137); }
td.TdClassName
{
border-color: #3D8989;
}
.TagClassName
{
border-color: #3D8989;
}
</style>