Shades of Blue Chill #358C90
Tints of Blue Chill #358C90
RGB
CMYK
RGB Variations
Color information
#358C90 (or 0x358C90) is known color: Blue Chill. HEX triplet: 35, 8C and 90. RGB value is (53,140,144). Sum of RGB (Red+Green+Blue) = 53+140+144=337 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.73% from 337); Green value is 140 (55.08% from 255 or 41.54% from 337); Blue value is 144 (56.64% from 255 or 42.73% from 337); Max value from RGB is 144 - color contains mainly: blue. Hex color #358C90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358C90 is #CA736F. Grayscale: #727272. Windows color (decimal): -13267824 or 9473077. OLE color: 9473077.
HSL color Cylindrical-coordinate representation of color #358C90: hue angle of 182.64º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #358C90 is Cyan = 0.63, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 53 | 140 | 144 | - |
| CMYK | 0.63 | 0.03 | 0 | 0.44 |
| HSL | 182.64º | 0.46% | 0.39% | - |
| HSV(B) | 182.64º | 0.63% | 0.56% | - |
| XYZ | 15.88 | 21.53 | 29.7 | - |
| YUV | 114.44 | 144.68 | 84.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 140 | 144 | 0.63 | 0.03 | 0 | 0.44 | 182.64 | 0.46 | 0.39 |
| Hex | 35 | 8C | 90 | 3F | 3 | 0 | 2C | B7 | 2E | 27 |
| Octal | 65 | 214 | 220 | 77 | 3 | 0 | 54 | 267 | 56 | 47 |
| Binary | 110101 | 10001100 | 10010000 | 111111 | 11 | 0 | 101100 | 10110111 | 101110 | 100111 |
Color Harmonies of #358C90
Complementary color
Monochromatic Colors of #358C90
Black with #358C90
Text Example
Text Example
White with #358C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358C90; }
p { color: rgb(53,140,144); }
H1.HeaderClassName
{
color: #358C90;
}
.AnyTagClassName
{
color: #358C90;
}
</style>
background-color css
<style>
a { background-color: #358C90; }
a { background-color: rgb(53,140,144); }
div.DivClassName
{
background-color: #358C90;
}
.BgClassName
{
background-color: #358C90;
}
</style>
border-color css
<style>
span { border-color: #358C90; }
span { border-color: rgb(53,140,144); }
td.TdClassName
{
border-color: #358C90;
}
.TagClassName
{
border-color: #358C90;
}
</style>