Shades of Blue Chill #3D8C90
Tints of Blue Chill #3D8C90
RGB
CMYK
RGB Variations
Color information
#3D8C90 (or 0x3D8C90) is known color: Blue Chill. HEX triplet: 3D, 8C and 90. RGB value is (61,140,144). Sum of RGB (Red+Green+Blue) = 61+140+144=345 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.68% from 345); Green value is 140 (55.08% from 255 or 40.58% from 345); Blue value is 144 (56.64% from 255 or 41.74% from 345); Max value from RGB is 144 - color contains mainly: blue. Hex color #3D8C90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D8C90 is #C2736F. Grayscale: #747474. Windows color (decimal): -12743536 or 9473085. OLE color: 9473085.
HSL color Cylindrical-coordinate representation of color #3D8C90: hue angle of 182.89º 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 #3D8C90 is Cyan = 0.58, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 61 | 140 | 144 | - |
| CMYK | 0.58 | 0.03 | 0 | 0.44 |
| HSL | 182.89º | 0.4% | 0.4% | - |
| HSV(B) | 182.89º | 0.58% | 0.56% | - |
| XYZ | 16.34 | 21.76 | 29.72 | - |
| YUV | 116.84 | 143.33 | 88.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 140 | 144 | 0.58 | 0.03 | 0 | 0.44 | 182.89 | 0.4 | 0.4 |
| Hex | 3D | 8C | 90 | 3A | 3 | 0 | 2C | B7 | 28 | 28 |
| Octal | 75 | 214 | 220 | 72 | 3 | 0 | 54 | 267 | 50 | 50 |
| Binary | 111101 | 10001100 | 10010000 | 111010 | 11 | 0 | 101100 | 10110111 | 101000 | 101000 |
Color Harmonies of #3D8C90
Complementary color
Monochromatic Colors of #3D8C90
Black with #3D8C90
Text Example
Text Example
White with #3D8C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D8C90; }
p { color: rgb(61,140,144); }
H1.HeaderClassName
{
color: #3D8C90;
}
.AnyTagClassName
{
color: #3D8C90;
}
</style>
background-color css
<style>
a { background-color: #3D8C90; }
a { background-color: rgb(61,140,144); }
div.DivClassName
{
background-color: #3D8C90;
}
.BgClassName
{
background-color: #3D8C90;
}
</style>
border-color css
<style>
span { border-color: #3D8C90; }
span { border-color: rgb(61,140,144); }
td.TdClassName
{
border-color: #3D8C90;
}
.TagClassName
{
border-color: #3D8C90;
}
</style>