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