Shades of Blue Chill #358F91
Tints of Blue Chill #358F91
RGB
CMYK
RGB Variations
Color information
#358F91 (or 0x358F91) is known color: Blue Chill. HEX triplet: 35, 8F and 91. RGB value is (53,143,145). Sum of RGB (Red+Green+Blue) = 53+143+145=341 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.54% from 341); Green value is 143 (56.25% from 255 or 41.94% from 341); Blue value is 145 (57.03% from 255 or 42.52% from 341); Max value from RGB is 145 - color contains mainly: blue. Hex color #358F91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358F91 is #CA706E. Grayscale: #747474. Windows color (decimal): -13267055 or 9539381. OLE color: 9539381.
HSL color Cylindrical-coordinate representation of color #358F91: hue angle of 181.3º 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 #358F91 is Cyan = 0.63, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 53 | 143 | 145 | - |
| CMYK | 0.63 | 0.01 | 0 | 0.43 |
| HSL | 181.3º | 0.46% | 0.39% | - |
| HSV(B) | 181.3º | 0.63% | 0.57% | - |
| XYZ | 16.4 | 22.45 | 30.26 | - |
| YUV | 116.32 | 144.18 | 82.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 143 | 145 | 0.63 | 0.01 | 0 | 0.43 | 181.3 | 0.46 | 0.39 |
| Hex | 35 | 8F | 91 | 3F | 1 | 0 | 2B | B5 | 2E | 27 |
| Octal | 65 | 217 | 221 | 77 | 1 | 0 | 53 | 265 | 56 | 47 |
| Binary | 110101 | 10001111 | 10010001 | 111111 | 1 | 0 | 101011 | 10110101 | 101110 | 100111 |
Color Harmonies of #358F91
Complementary color
Monochromatic Colors of #358F91
Black with #358F91
Text Example
Text Example
White with #358F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358F91; }
p { color: rgb(53,143,145); }
H1.HeaderClassName
{
color: #358F91;
}
.AnyTagClassName
{
color: #358F91;
}
</style>
background-color css
<style>
a { background-color: #358F91; }
a { background-color: rgb(53,143,145); }
div.DivClassName
{
background-color: #358F91;
}
.BgClassName
{
background-color: #358F91;
}
</style>
border-color css
<style>
span { border-color: #358F91; }
span { border-color: rgb(53,143,145); }
td.TdClassName
{
border-color: #358F91;
}
.TagClassName
{
border-color: #358F91;
}
</style>