Shades of Blue Chill #358991
Tints of Blue Chill #358991
RGB
CMYK
RGB Variations
Color information
#358991 (or 0x358991) is known color: Blue Chill. HEX triplet: 35, 89 and 91. RGB value is (53,137,145). Sum of RGB (Red+Green+Blue) = 53+137+145=335 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.82% from 335); Green value is 137 (53.91% from 255 or 40.90% from 335); Blue value is 145 (57.03% from 255 or 43.28% from 335); Max value from RGB is 145 - color contains mainly: blue. Hex color #358991 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358991 is #CA766E. Grayscale: #707070. Windows color (decimal): -13268591 or 9537845. OLE color: 9537845.
HSL color Cylindrical-coordinate representation of color #358991: hue angle of 185.22º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #358991 is Cyan = 0.63, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 53 | 137 | 145 | - |
| CMYK | 0.63 | 0.06 | 0 | 0.43 |
| HSL | 185.22º | 0.46% | 0.39% | - |
| HSV(B) | 185.22º | 0.63% | 0.57% | - |
| XYZ | 15.52 | 20.69 | 29.96 | - |
| YUV | 112.8 | 146.17 | 85.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 137 | 145 | 0.63 | 0.06 | 0 | 0.43 | 185.22 | 0.46 | 0.39 |
| Hex | 35 | 89 | 91 | 3F | 6 | 0 | 2B | B9 | 2E | 27 |
| Octal | 65 | 211 | 221 | 77 | 6 | 0 | 53 | 271 | 56 | 47 |
| Binary | 110101 | 10001001 | 10010001 | 111111 | 110 | 0 | 101011 | 10111001 | 101110 | 100111 |
Color Harmonies of #358991
Complementary color
Monochromatic Colors of #358991
Black with #358991
Text Example
Text Example
White with #358991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358991; }
p { color: rgb(53,137,145); }
H1.HeaderClassName
{
color: #358991;
}
.AnyTagClassName
{
color: #358991;
}
</style>
background-color css
<style>
a { background-color: #358991; }
a { background-color: rgb(53,137,145); }
div.DivClassName
{
background-color: #358991;
}
.BgClassName
{
background-color: #358991;
}
</style>
border-color css
<style>
span { border-color: #358991; }
span { border-color: rgb(53,137,145); }
td.TdClassName
{
border-color: #358991;
}
.TagClassName
{
border-color: #358991;
}
</style>