Shades of Blue Chill #358F8C
Tints of Blue Chill #358F8C
RGB
CMYK
RGB Variations
Color information
#358F8C (or 0x358F8C) is known color: Blue Chill. HEX triplet: 35, 8F and 8C. RGB value is (53,143,140). Sum of RGB (Red+Green+Blue) = 53+143+140=336 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.77% from 336); Green value is 143 (56.25% from 255 or 42.56% from 336); Blue value is 140 (55.08% from 255 or 41.67% from 336); Max value from RGB is 143 - color contains mainly: green. Hex color #358F8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358F8C is #CA7073. Grayscale: #737373. Windows color (decimal): -13267060 or 9211701. OLE color: 9211701.
HSL color Cylindrical-coordinate representation of color #358F8C: hue angle of 178º 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 #358F8C is Cyan = 0.63, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 53 | 143 | 140 | - |
| CMYK | 0.63 | 0 | 0.02 | 0.44 |
| HSL | 178º | 0.46% | 0.38% | - |
| HSV(B) | 178º | 0.63% | 0.56% | - |
| XYZ | 16.02 | 22.3 | 28.27 | - |
| YUV | 115.75 | 141.68 | 83.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 143 | 140 | 0.63 | 0 | 0.02 | 0.44 | 178 | 0.46 | 0.38 |
| Hex | 35 | 8F | 8C | 3F | 0 | 2 | 2C | B2 | 2E | 26 |
| Octal | 65 | 217 | 214 | 77 | 0 | 2 | 54 | 262 | 56 | 46 |
| Binary | 110101 | 10001111 | 10001100 | 111111 | 0 | 10 | 101100 | 10110010 | 101110 | 100110 |
Color Harmonies of #358F8C
Complementary color
Monochromatic Colors of #358F8C
Black with #358F8C
Text Example
Text Example
White with #358F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358F8C; }
p { color: rgb(53,143,140); }
H1.HeaderClassName
{
color: #358F8C;
}
.AnyTagClassName
{
color: #358F8C;
}
</style>
background-color css
<style>
a { background-color: #358F8C; }
a { background-color: rgb(53,143,140); }
div.DivClassName
{
background-color: #358F8C;
}
.BgClassName
{
background-color: #358F8C;
}
</style>
border-color css
<style>
span { border-color: #358F8C; }
span { border-color: rgb(53,143,140); }
td.TdClassName
{
border-color: #358F8C;
}
.TagClassName
{
border-color: #358F8C;
}
</style>