Shades of Blue Chill #358B90
Tints of Blue Chill #358B90
RGB
CMYK
RGB Variations
Color information
#358B90 (or 0x358B90) is known color: Blue Chill. HEX triplet: 35, 8B and 90. RGB value is (53,139,144). Sum of RGB (Red+Green+Blue) = 53+139+144=336 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.77% from 336); Green value is 139 (54.69% from 255 or 41.37% from 336); Blue value is 144 (56.64% from 255 or 42.86% from 336); Max value from RGB is 144 - color contains mainly: blue. Hex color #358B90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358B90 is #CA746F. Grayscale: #717171. Windows color (decimal): -13268080 or 9472821. OLE color: 9472821.
HSL color Cylindrical-coordinate representation of color #358B90: hue angle of 183.3º 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 #358B90 is Cyan = 0.63, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 53 | 139 | 144 | - |
| CMYK | 0.63 | 0.03 | 0 | 0.44 |
| HSL | 183.3º | 0.46% | 0.39% | - |
| HSV(B) | 183.3º | 0.63% | 0.56% | - |
| XYZ | 15.73 | 21.24 | 29.66 | - |
| YUV | 113.86 | 145.01 | 84.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 139 | 144 | 0.63 | 0.03 | 0 | 0.44 | 183.3 | 0.46 | 0.39 |
| Hex | 35 | 8B | 90 | 3F | 3 | 0 | 2C | B7 | 2E | 27 |
| Octal | 65 | 213 | 220 | 77 | 3 | 0 | 54 | 267 | 56 | 47 |
| Binary | 110101 | 10001011 | 10010000 | 111111 | 11 | 0 | 101100 | 10110111 | 101110 | 100111 |
Color Harmonies of #358B90
Complementary color
Monochromatic Colors of #358B90
Black with #358B90
Text Example
Text Example
White with #358B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358B90; }
p { color: rgb(53,139,144); }
H1.HeaderClassName
{
color: #358B90;
}
.AnyTagClassName
{
color: #358B90;
}
</style>
background-color css
<style>
a { background-color: #358B90; }
a { background-color: rgb(53,139,144); }
div.DivClassName
{
background-color: #358B90;
}
.BgClassName
{
background-color: #358B90;
}
</style>
border-color css
<style>
span { border-color: #358B90; }
span { border-color: rgb(53,139,144); }
td.TdClassName
{
border-color: #358B90;
}
.TagClassName
{
border-color: #358B90;
}
</style>