Shades of Blue Chill #358889
Tints of Blue Chill #358889
RGB
CMYK
RGB Variations
Color information
#358889 (or 0x358889) is known color: Blue Chill. HEX triplet: 35, 88 and 89. RGB value is (53,136,137). Sum of RGB (Red+Green+Blue) = 53+136+137=326 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.26% from 326); Green value is 136 (53.52% from 255 or 41.72% from 326); Blue value is 137 (53.91% from 255 or 42.02% from 326); Max value from RGB is 137 - color contains mainly: blue. Hex color #358889 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358889 is #CA7776. Grayscale: #6F6F6F. Windows color (decimal): -13268855 or 9013301. OLE color: 9013301.
HSL color Cylindrical-coordinate representation of color #358889: hue angle of 180.71º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #358889 is Cyan = 0.61, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 53 | 136 | 137 | - |
| CMYK | 0.61 | 0.01 | 0 | 0.46 |
| HSL | 180.71º | 0.44% | 0.37% | - |
| HSV(B) | 180.71º | 0.61% | 0.54% | - |
| XYZ | 14.79 | 20.17 | 26.78 | - |
| YUV | 111.3 | 142.5 | 86.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 136 | 137 | 0.61 | 0.01 | 0 | 0.46 | 180.71 | 0.44 | 0.37 |
| Hex | 35 | 88 | 89 | 3D | 1 | 0 | 2E | B5 | 2C | 25 |
| Octal | 65 | 210 | 211 | 75 | 1 | 0 | 56 | 265 | 54 | 45 |
| Binary | 110101 | 10001000 | 10001001 | 111101 | 1 | 0 | 101110 | 10110101 | 101100 | 100101 |
Color Harmonies of #358889
Complementary color
Monochromatic Colors of #358889
Black with #358889
Text Example
Text Example
White with #358889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358889; }
p { color: rgb(53,136,137); }
H1.HeaderClassName
{
color: #358889;
}
.AnyTagClassName
{
color: #358889;
}
</style>
background-color css
<style>
a { background-color: #358889; }
a { background-color: rgb(53,136,137); }
div.DivClassName
{
background-color: #358889;
}
.BgClassName
{
background-color: #358889;
}
</style>
border-color css
<style>
span { border-color: #358889; }
span { border-color: rgb(53,136,137); }
td.TdClassName
{
border-color: #358889;
}
.TagClassName
{
border-color: #358889;
}
</style>