Shades of Blue Chill #358F86
Tints of Blue Chill #358F86
RGB
CMYK
RGB Variations
Color information
#358F86 (or 0x358F86) is known color: Blue Chill. HEX triplet: 35, 8F and 86. RGB value is (53,143,134). Sum of RGB (Red+Green+Blue) = 53+143+134=330 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.06% from 330); Green value is 143 (56.25% from 255 or 43.33% from 330); Blue value is 134 (52.73% from 255 or 40.61% from 330); Max value from RGB is 143 - color contains mainly: green. Hex color #358F86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358F86 is #CA7079. Grayscale: #737373. Windows color (decimal): -13267066 or 8818485. OLE color: 8818485.
HSL color Cylindrical-coordinate representation of color #358F86: hue angle of 174º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #358F86 is Cyan = 0.63, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 53 | 143 | 134 | - |
| CMYK | 0.63 | 0 | 0.06 | 0.44 |
| HSL | 174º | 0.46% | 0.38% | - |
| HSV(B) | 174º | 0.63% | 0.56% | - |
| XYZ | 15.59 | 22.12 | 26 | - |
| YUV | 115.06 | 138.68 | 83.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 143 | 134 | 0.63 | 0 | 0.06 | 0.44 | 174 | 0.46 | 0.38 |
| Hex | 35 | 8F | 86 | 3F | 0 | 6 | 2C | AE | 2E | 26 |
| Octal | 65 | 217 | 206 | 77 | 0 | 6 | 54 | 256 | 56 | 46 |
| Binary | 110101 | 10001111 | 10000110 | 111111 | 0 | 110 | 101100 | 10101110 | 101110 | 100110 |
Color Harmonies of #358F86
Complementary color
Monochromatic Colors of #358F86
Black with #358F86
Text Example
Text Example
White with #358F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358F86; }
p { color: rgb(53,143,134); }
H1.HeaderClassName
{
color: #358F86;
}
.AnyTagClassName
{
color: #358F86;
}
</style>
background-color css
<style>
a { background-color: #358F86; }
a { background-color: rgb(53,143,134); }
div.DivClassName
{
background-color: #358F86;
}
.BgClassName
{
background-color: #358F86;
}
</style>
border-color css
<style>
span { border-color: #358F86; }
span { border-color: rgb(53,143,134); }
td.TdClassName
{
border-color: #358F86;
}
.TagClassName
{
border-color: #358F86;
}
</style>