Shades of Blue Chill #358289
Tints of Blue Chill #358289
RGB
CMYK
RGB Variations
Color information
#358289 (or 0x358289) is known color: Blue Chill. HEX triplet: 35, 82 and 89. RGB value is (53,130,137). Sum of RGB (Red+Green+Blue) = 53+130+137=320 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.56% from 320); Green value is 130 (51.17% from 255 or 40.62% from 320); Blue value is 137 (53.91% from 255 or 42.81% from 320); Max value from RGB is 137 - color contains mainly: blue. Hex color #358289 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358289 is #CA7D76. Grayscale: #6B6B6B. Windows color (decimal): -13270391 or 9011765. OLE color: 9011765.
HSL color Cylindrical-coordinate representation of color #358289: hue angle of 185º 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 #358289 is Cyan = 0.61, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 53 | 130 | 137 | - |
| CMYK | 0.61 | 0.05 | 0 | 0.46 |
| HSL | 185º | 0.44% | 0.37% | - |
| HSV(B) | 185º | 0.61% | 0.54% | - |
| XYZ | 13.97 | 18.53 | 26.51 | - |
| YUV | 107.78 | 144.49 | 88.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 130 | 137 | 0.61 | 0.05 | 0 | 0.46 | 185 | 0.44 | 0.37 |
| Hex | 35 | 82 | 89 | 3D | 5 | 0 | 2E | B9 | 2C | 25 |
| Octal | 65 | 202 | 211 | 75 | 5 | 0 | 56 | 271 | 54 | 45 |
| Binary | 110101 | 10000010 | 10001001 | 111101 | 101 | 0 | 101110 | 10111001 | 101100 | 100101 |
Color Harmonies of #358289
Complementary color
Monochromatic Colors of #358289
Black with #358289
Text Example
Text Example
White with #358289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358289; }
p { color: rgb(53,130,137); }
H1.HeaderClassName
{
color: #358289;
}
.AnyTagClassName
{
color: #358289;
}
</style>
background-color css
<style>
a { background-color: #358289; }
a { background-color: rgb(53,130,137); }
div.DivClassName
{
background-color: #358289;
}
.BgClassName
{
background-color: #358289;
}
</style>
border-color css
<style>
span { border-color: #358289; }
span { border-color: rgb(53,130,137); }
td.TdClassName
{
border-color: #358289;
}
.TagClassName
{
border-color: #358289;
}
</style>