Shades of Blue Chill #358B87
Tints of Blue Chill #358B87
RGB
CMYK
RGB Variations
Color information
#358B87 (or 0x358B87) is known color: Blue Chill. HEX triplet: 35, 8B and 87. RGB value is (53,139,135). Sum of RGB (Red+Green+Blue) = 53+139+135=327 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.21% from 327); Green value is 139 (54.69% from 255 or 42.51% from 327); Blue value is 135 (53.12% from 255 or 41.28% from 327); Max value from RGB is 139 - color contains mainly: green. Hex color #358B87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358B87 is #CA7478. Grayscale: #707070. Windows color (decimal): -13268089 or 8882997. OLE color: 8882997.
HSL color Cylindrical-coordinate representation of color #358B87: hue angle of 177.21º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #358B87 is Cyan = 0.62, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 53 | 139 | 135 | - |
| CMYK | 0.62 | 0 | 0.03 | 0.45 |
| HSL | 177.21º | 0.45% | 0.38% | - |
| HSV(B) | 177.21º | 0.62% | 0.55% | - |
| XYZ | 15.07 | 20.97 | 26.18 | - |
| YUV | 112.83 | 140.51 | 85.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 139 | 135 | 0.62 | 0 | 0.03 | 0.45 | 177.21 | 0.45 | 0.38 |
| Hex | 35 | 8B | 87 | 3E | 0 | 3 | 2D | B1 | 2D | 26 |
| Octal | 65 | 213 | 207 | 76 | 0 | 3 | 55 | 261 | 55 | 46 |
| Binary | 110101 | 10001011 | 10000111 | 111110 | 0 | 11 | 101101 | 10110001 | 101101 | 100110 |
Color Harmonies of #358B87
Complementary color
Monochromatic Colors of #358B87
Black with #358B87
Text Example
Text Example
White with #358B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358B87; }
p { color: rgb(53,139,135); }
H1.HeaderClassName
{
color: #358B87;
}
.AnyTagClassName
{
color: #358B87;
}
</style>
background-color css
<style>
a { background-color: #358B87; }
a { background-color: rgb(53,139,135); }
div.DivClassName
{
background-color: #358B87;
}
.BgClassName
{
background-color: #358B87;
}
</style>
border-color css
<style>
span { border-color: #358B87; }
span { border-color: rgb(53,139,135); }
td.TdClassName
{
border-color: #358B87;
}
.TagClassName
{
border-color: #358B87;
}
</style>