Shades of Blue Chill #359095
Tints of Blue Chill #359095
RGB
CMYK
RGB Variations
Color information
#359095 (or 0x359095) is known color: Blue Chill. HEX triplet: 35, 90 and 95. RGB value is (53,144,149). Sum of RGB (Red+Green+Blue) = 53+144+149=346 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.32% from 346); Green value is 144 (56.64% from 255 or 41.62% from 346); Blue value is 149 (58.59% from 255 or 43.06% from 346); Max value from RGB is 149 - color contains mainly: blue. Hex color #359095 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359095 is #CA6F6A. Grayscale: #757575. Windows color (decimal): -13266795 or 9801781. OLE color: 9801781.
HSL color Cylindrical-coordinate representation of color #359095: hue angle of 183.12º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #359095 is Cyan = 0.64, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 53 | 144 | 149 | - |
| CMYK | 0.64 | 0.03 | 0 | 0.42 |
| HSL | 183.13º | 0.48% | 0.4% | - |
| HSV(B) | 183.13º | 0.64% | 0.58% | - |
| XYZ | 16.87 | 22.87 | 31.96 | - |
| YUV | 117.36 | 145.85 | 82.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 144 | 149 | 0.64 | 0.03 | 0 | 0.42 | 183.13 | 0.48 | 0.4 |
| Hex | 35 | 90 | 95 | 40 | 3 | 0 | 2A | B7 | 30 | 28 |
| Octal | 65 | 220 | 225 | 100 | 3 | 0 | 52 | 267 | 60 | 50 |
| Binary | 110101 | 10010000 | 10010101 | 1000000 | 11 | 0 | 101010 | 10110111 | 110000 | 101000 |
Color Harmonies of #359095
Complementary color
Monochromatic Colors of #359095
Black with #359095
Text Example
Text Example
White with #359095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359095; }
p { color: rgb(53,144,149); }
H1.HeaderClassName
{
color: #359095;
}
.AnyTagClassName
{
color: #359095;
}
</style>
background-color css
<style>
a { background-color: #359095; }
a { background-color: rgb(53,144,149); }
div.DivClassName
{
background-color: #359095;
}
.BgClassName
{
background-color: #359095;
}
</style>
border-color css
<style>
span { border-color: #359095; }
span { border-color: rgb(53,144,149); }
td.TdClassName
{
border-color: #359095;
}
.TagClassName
{
border-color: #359095;
}
</style>