Shades of Blue Chill #359890
Tints of Blue Chill #359890
RGB
CMYK
RGB Variations
Color information
#359890 (or 0x359890) is known color: Blue Chill. HEX triplet: 35, 98 and 90. RGB value is (53,152,144). Sum of RGB (Red+Green+Blue) = 53+152+144=349 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.19% from 349); Green value is 152 (59.77% from 255 or 43.55% from 349); Blue value is 144 (56.64% from 255 or 41.26% from 349); Max value from RGB is 152 - color contains mainly: green. Hex color #359890 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359890 is #CA676F. Grayscale: #797979. Windows color (decimal): -13264752 or 9476149. OLE color: 9476149.
HSL color Cylindrical-coordinate representation of color #359890: hue angle of 175.15º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #359890 is Cyan = 0.65, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 53 | 152 | 144 | - |
| CMYK | 0.65 | 0 | 0.05 | 0.40 |
| HSL | 175.15º | 0.48% | 0.4% | - |
| HSV(B) | 175.15º | 0.65% | 0.6% | - |
| XYZ | 17.73 | 25.23 | 30.32 | - |
| YUV | 121.49 | 140.7 | 79.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 152 | 144 | 0.65 | 0 | 0.05 | 0.40 | 175.15 | 0.48 | 0.4 |
| Hex | 35 | 98 | 90 | 41 | 0 | 5 | 28 | AF | 30 | 28 |
| Octal | 65 | 230 | 220 | 101 | 0 | 5 | 50 | 257 | 60 | 50 |
| Binary | 110101 | 10011000 | 10010000 | 1000001 | 0 | 101 | 101000 | 10101111 | 110000 | 101000 |
Color Harmonies of #359890
Complementary color
Monochromatic Colors of #359890
Black with #359890
Text Example
Text Example
White with #359890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359890; }
p { color: rgb(53,152,144); }
H1.HeaderClassName
{
color: #359890;
}
.AnyTagClassName
{
color: #359890;
}
</style>
background-color css
<style>
a { background-color: #359890; }
a { background-color: rgb(53,152,144); }
div.DivClassName
{
background-color: #359890;
}
.BgClassName
{
background-color: #359890;
}
</style>
border-color css
<style>
span { border-color: #359890; }
span { border-color: rgb(53,152,144); }
td.TdClassName
{
border-color: #359890;
}
.TagClassName
{
border-color: #359890;
}
</style>