Shades of Blue Chill #358F88
Tints of Blue Chill #358F88
RGB
CMYK
RGB Variations
Color information
#358F88 (or 0x358F88) is known color: Blue Chill. HEX triplet: 35, 8F and 88. RGB value is (53,143,136). Sum of RGB (Red+Green+Blue) = 53+143+136=332 (43% of max value = 765). Red value is 53 (21.09% from 255 or 15.96% from 332); Green value is 143 (56.25% from 255 or 43.07% from 332); Blue value is 136 (53.52% from 255 or 40.96% from 332); Max value from RGB is 143 - color contains mainly: green. Hex color #358F88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358F88 is #CA7077. Grayscale: #737373. Windows color (decimal): -13267064 or 8949557. OLE color: 8949557.
HSL color Cylindrical-coordinate representation of color #358F88: hue angle of 175.33º 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 #358F88 is Cyan = 0.63, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 53 | 143 | 136 | - |
| CMYK | 0.63 | 0 | 0.05 | 0.44 |
| HSL | 175.33º | 0.46% | 0.38% | - |
| HSV(B) | 175.33º | 0.63% | 0.56% | - |
| XYZ | 15.73 | 22.18 | 26.74 | - |
| YUV | 115.29 | 139.68 | 83.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 143 | 136 | 0.63 | 0 | 0.05 | 0.44 | 175.33 | 0.46 | 0.38 |
| Hex | 35 | 8F | 88 | 3F | 0 | 5 | 2C | AF | 2E | 26 |
| Octal | 65 | 217 | 210 | 77 | 0 | 5 | 54 | 257 | 56 | 46 |
| Binary | 110101 | 10001111 | 10001000 | 111111 | 0 | 101 | 101100 | 10101111 | 101110 | 100110 |
Color Harmonies of #358F88
Complementary color
Monochromatic Colors of #358F88
Black with #358F88
Text Example
Text Example
White with #358F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358F88; }
p { color: rgb(53,143,136); }
H1.HeaderClassName
{
color: #358F88;
}
.AnyTagClassName
{
color: #358F88;
}
</style>
background-color css
<style>
a { background-color: #358F88; }
a { background-color: rgb(53,143,136); }
div.DivClassName
{
background-color: #358F88;
}
.BgClassName
{
background-color: #358F88;
}
</style>
border-color css
<style>
span { border-color: #358F88; }
span { border-color: rgb(53,143,136); }
td.TdClassName
{
border-color: #358F88;
}
.TagClassName
{
border-color: #358F88;
}
</style>