Shades of Blue Chill #3D908A
Tints of Blue Chill #3D908A
RGB
CMYK
RGB Variations
Color information
#3D908A (or 0x3D908A) is known color: Blue Chill. HEX triplet: 3D, 90 and 8A. RGB value is (61,144,138). Sum of RGB (Red+Green+Blue) = 61+144+138=343 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.78% from 343); Green value is 144 (56.64% from 255 or 41.98% from 343); Blue value is 138 (54.30% from 255 or 40.23% from 343); Max value from RGB is 144 - color contains mainly: green. Hex color #3D908A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D908A is #C26F75. Grayscale: #767676. Windows color (decimal): -12742518 or 9080893. OLE color: 9080893.
HSL color Cylindrical-coordinate representation of color #3D908A: hue angle of 175.66º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3D908A is Cyan = 0.58, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 61 | 144 | 138 | - |
| CMYK | 0.58 | 0 | 0.04 | 0.44 |
| HSL | 175.66º | 0.4% | 0.4% | - |
| HSV(B) | 175.66º | 0.58% | 0.56% | - |
| XYZ | 16.49 | 22.77 | 27.57 | - |
| YUV | 118.5 | 139 | 86.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 144 | 138 | 0.58 | 0 | 0.04 | 0.44 | 175.66 | 0.4 | 0.4 |
| Hex | 3D | 90 | 8A | 3A | 0 | 4 | 2C | B0 | 28 | 28 |
| Octal | 75 | 220 | 212 | 72 | 0 | 4 | 54 | 260 | 50 | 50 |
| Binary | 111101 | 10010000 | 10001010 | 111010 | 0 | 100 | 101100 | 10110000 | 101000 | 101000 |
Color Harmonies of #3D908A
Complementary color
Monochromatic Colors of #3D908A
Black with #3D908A
Text Example
Text Example
White with #3D908A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D908A; }
p { color: rgb(61,144,138); }
H1.HeaderClassName
{
color: #3D908A;
}
.AnyTagClassName
{
color: #3D908A;
}
</style>
background-color css
<style>
a { background-color: #3D908A; }
a { background-color: rgb(61,144,138); }
div.DivClassName
{
background-color: #3D908A;
}
.BgClassName
{
background-color: #3D908A;
}
</style>
border-color css
<style>
span { border-color: #3D908A; }
span { border-color: rgb(61,144,138); }
td.TdClassName
{
border-color: #3D908A;
}
.TagClassName
{
border-color: #3D908A;
}
</style>