Shades of Blue Chill #358983
Tints of Blue Chill #358983
RGB
CMYK
RGB Variations
Color information
#358983 (or 0x358983) is known color: Blue Chill. HEX triplet: 35, 89 and 83. RGB value is (53,137,131). Sum of RGB (Red+Green+Blue) = 53+137+131=321 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.51% from 321); Green value is 137 (53.91% from 255 or 42.68% from 321); Blue value is 131 (51.56% from 255 or 40.81% from 321); Max value from RGB is 137 - color contains mainly: green. Hex color #358983 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358983 is #CA767C. Grayscale: #6F6F6F. Windows color (decimal): -13268605 or 8620341. OLE color: 8620341.
HSL color Cylindrical-coordinate representation of color #358983: hue angle of 175.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 #358983 is Cyan = 0.61, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 53 | 137 | 131 | - |
| CMYK | 0.61 | 0 | 0.04 | 0.46 |
| HSL | 175.71º | 0.44% | 0.37% | - |
| HSV(B) | 175.71º | 0.61% | 0.54% | - |
| XYZ | 14.51 | 20.29 | 24.62 | - |
| YUV | 111.2 | 139.17 | 86.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 137 | 131 | 0.61 | 0 | 0.04 | 0.46 | 175.71 | 0.44 | 0.37 |
| Hex | 35 | 89 | 83 | 3D | 0 | 4 | 2E | B0 | 2C | 25 |
| Octal | 65 | 211 | 203 | 75 | 0 | 4 | 56 | 260 | 54 | 45 |
| Binary | 110101 | 10001001 | 10000011 | 111101 | 0 | 100 | 101110 | 10110000 | 101100 | 100101 |
Color Harmonies of #358983
Complementary color
Monochromatic Colors of #358983
Black with #358983
Text Example
Text Example
White with #358983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358983; }
p { color: rgb(53,137,131); }
H1.HeaderClassName
{
color: #358983;
}
.AnyTagClassName
{
color: #358983;
}
</style>
background-color css
<style>
a { background-color: #358983; }
a { background-color: rgb(53,137,131); }
div.DivClassName
{
background-color: #358983;
}
.BgClassName
{
background-color: #358983;
}
</style>
border-color css
<style>
span { border-color: #358983; }
span { border-color: rgb(53,137,131); }
td.TdClassName
{
border-color: #358983;
}
.TagClassName
{
border-color: #358983;
}
</style>