Shades of Blue Chill #358C91
Tints of Blue Chill #358C91
RGB
CMYK
RGB Variations
Color information
#358C91 (or 0x358C91) is known color: Blue Chill. HEX triplet: 35, 8C and 91. RGB value is (53,140,145). Sum of RGB (Red+Green+Blue) = 53+140+145=338 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.68% from 338); Green value is 140 (55.08% from 255 or 41.42% from 338); Blue value is 145 (57.03% from 255 or 42.90% from 338); Max value from RGB is 145 - color contains mainly: blue. Hex color #358C91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358C91 is #CA736E. Grayscale: #727272. Windows color (decimal): -13267823 or 9538613. OLE color: 9538613.
HSL color Cylindrical-coordinate representation of color #358C91: hue angle of 183.26º 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 #358C91 is Cyan = 0.63, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 53 | 140 | 145 | - |
| CMYK | 0.63 | 0.03 | 0 | 0.43 |
| HSL | 183.26º | 0.46% | 0.39% | - |
| HSV(B) | 183.26º | 0.63% | 0.57% | - |
| XYZ | 15.96 | 21.56 | 30.11 | - |
| YUV | 114.56 | 145.18 | 84.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 140 | 145 | 0.63 | 0.03 | 0 | 0.43 | 183.26 | 0.46 | 0.39 |
| Hex | 35 | 8C | 91 | 3F | 3 | 0 | 2B | B7 | 2E | 27 |
| Octal | 65 | 214 | 221 | 77 | 3 | 0 | 53 | 267 | 56 | 47 |
| Binary | 110101 | 10001100 | 10010001 | 111111 | 11 | 0 | 101011 | 10110111 | 101110 | 100111 |
Color Harmonies of #358C91
Complementary color
Monochromatic Colors of #358C91
Black with #358C91
Text Example
Text Example
White with #358C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358C91; }
p { color: rgb(53,140,145); }
H1.HeaderClassName
{
color: #358C91;
}
.AnyTagClassName
{
color: #358C91;
}
</style>
background-color css
<style>
a { background-color: #358C91; }
a { background-color: rgb(53,140,145); }
div.DivClassName
{
background-color: #358C91;
}
.BgClassName
{
background-color: #358C91;
}
</style>
border-color css
<style>
span { border-color: #358C91; }
span { border-color: rgb(53,140,145); }
td.TdClassName
{
border-color: #358C91;
}
.TagClassName
{
border-color: #358C91;
}
</style>