Shades of Blue Chill #358589
Tints of Blue Chill #358589
RGB
CMYK
RGB Variations
Color information
#358589 (or 0x358589) is known color: Blue Chill. HEX triplet: 35, 85 and 89. RGB value is (53,133,137). Sum of RGB (Red+Green+Blue) = 53+133+137=323 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.41% from 323); Green value is 133 (52.34% from 255 or 41.18% from 323); Blue value is 137 (53.91% from 255 or 42.41% from 323); Max value from RGB is 137 - color contains mainly: blue. Hex color #358589 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358589 is #CA7A76. Grayscale: #6D6D6D. Windows color (decimal): -13269623 or 9012533. OLE color: 9012533.
HSL color Cylindrical-coordinate representation of color #358589: hue angle of 182.86º 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 #358589 is Cyan = 0.61, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 53 | 133 | 137 | - |
| CMYK | 0.61 | 0.03 | 0 | 0.46 |
| HSL | 182.86º | 0.44% | 0.37% | - |
| HSV(B) | 182.86º | 0.61% | 0.54% | - |
| XYZ | 14.37 | 19.34 | 26.64 | - |
| YUV | 109.54 | 143.5 | 87.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 133 | 137 | 0.61 | 0.03 | 0 | 0.46 | 182.86 | 0.44 | 0.37 |
| Hex | 35 | 85 | 89 | 3D | 3 | 0 | 2E | B7 | 2C | 25 |
| Octal | 65 | 205 | 211 | 75 | 3 | 0 | 56 | 267 | 54 | 45 |
| Binary | 110101 | 10000101 | 10001001 | 111101 | 11 | 0 | 101110 | 10110111 | 101100 | 100101 |
Color Harmonies of #358589
Complementary color
Monochromatic Colors of #358589
Black with #358589
Text Example
Text Example
White with #358589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358589; }
p { color: rgb(53,133,137); }
H1.HeaderClassName
{
color: #358589;
}
.AnyTagClassName
{
color: #358589;
}
</style>
background-color css
<style>
a { background-color: #358589; }
a { background-color: rgb(53,133,137); }
div.DivClassName
{
background-color: #358589;
}
.BgClassName
{
background-color: #358589;
}
</style>
border-color css
<style>
span { border-color: #358589; }
span { border-color: rgb(53,133,137); }
td.TdClassName
{
border-color: #358589;
}
.TagClassName
{
border-color: #358589;
}
</style>