Shades of Blue Chill #358993
Tints of Blue Chill #358993
RGB
CMYK
RGB Variations
Color information
#358993 (or 0x358993) is known color: Blue Chill. HEX triplet: 35, 89 and 93. RGB value is (53,137,147). Sum of RGB (Red+Green+Blue) = 53+137+147=337 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.73% from 337); Green value is 137 (53.91% from 255 or 40.65% from 337); Blue value is 147 (57.81% from 255 or 43.62% from 337); Max value from RGB is 147 - color contains mainly: blue. Hex color #358993 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358993 is #CA766C. Grayscale: #707070. Windows color (decimal): -13268589 or 9668917. OLE color: 9668917.
HSL color Cylindrical-coordinate representation of color #358993: hue angle of 186.38º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #358993 is Cyan = 0.64, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 53 | 137 | 147 | - |
| CMYK | 0.64 | 0.07 | 0 | 0.42 |
| HSL | 186.38º | 0.47% | 0.39% | - |
| HSV(B) | 186.38º | 0.64% | 0.58% | - |
| XYZ | 15.68 | 20.75 | 30.78 | - |
| YUV | 113.02 | 147.17 | 85.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 137 | 147 | 0.64 | 0.07 | 0 | 0.42 | 186.38 | 0.47 | 0.39 |
| Hex | 35 | 89 | 93 | 40 | 7 | 0 | 2A | BA | 2F | 27 |
| Octal | 65 | 211 | 223 | 100 | 7 | 0 | 52 | 272 | 57 | 47 |
| Binary | 110101 | 10001001 | 10010011 | 1000000 | 111 | 0 | 101010 | 10111010 | 101111 | 100111 |
Color Harmonies of #358993
Complementary color
Monochromatic Colors of #358993
Black with #358993
Text Example
Text Example
White with #358993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358993; }
p { color: rgb(53,137,147); }
H1.HeaderClassName
{
color: #358993;
}
.AnyTagClassName
{
color: #358993;
}
</style>
background-color css
<style>
a { background-color: #358993; }
a { background-color: rgb(53,137,147); }
div.DivClassName
{
background-color: #358993;
}
.BgClassName
{
background-color: #358993;
}
</style>
border-color css
<style>
span { border-color: #358993; }
span { border-color: rgb(53,137,147); }
td.TdClassName
{
border-color: #358993;
}
.TagClassName
{
border-color: #358993;
}
</style>