Shades of Blue Chill #359093
Tints of Blue Chill #359093
RGB
CMYK
RGB Variations
Color information
#359093 (or 0x359093) is known color: Blue Chill. HEX triplet: 35, 90 and 93. RGB value is (53,144,147). Sum of RGB (Red+Green+Blue) = 53+144+147=344 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.41% from 344); Green value is 144 (56.64% from 255 or 41.86% from 344); Blue value is 147 (57.81% from 255 or 42.73% from 344); Max value from RGB is 147 - color contains mainly: blue. Hex color #359093 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359093 is #CA6F6C. Grayscale: #757575. Windows color (decimal): -13266797 or 9670709. OLE color: 9670709.
HSL color Cylindrical-coordinate representation of color #359093: hue angle of 181.91º 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 #359093 is Cyan = 0.64, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 53 | 144 | 147 | - |
| CMYK | 0.64 | 0.02 | 0 | 0.42 |
| HSL | 181.91º | 0.47% | 0.39% | - |
| HSV(B) | 181.91º | 0.64% | 0.58% | - |
| XYZ | 16.71 | 22.81 | 31.13 | - |
| YUV | 117.13 | 144.85 | 82.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 144 | 147 | 0.64 | 0.02 | 0 | 0.42 | 181.91 | 0.47 | 0.39 |
| Hex | 35 | 90 | 93 | 40 | 2 | 0 | 2A | B6 | 2F | 27 |
| Octal | 65 | 220 | 223 | 100 | 2 | 0 | 52 | 266 | 57 | 47 |
| Binary | 110101 | 10010000 | 10010011 | 1000000 | 10 | 0 | 101010 | 10110110 | 101111 | 100111 |
Color Harmonies of #359093
Complementary color
Monochromatic Colors of #359093
Black with #359093
Text Example
Text Example
White with #359093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359093; }
p { color: rgb(53,144,147); }
H1.HeaderClassName
{
color: #359093;
}
.AnyTagClassName
{
color: #359093;
}
</style>
background-color css
<style>
a { background-color: #359093; }
a { background-color: rgb(53,144,147); }
div.DivClassName
{
background-color: #359093;
}
.BgClassName
{
background-color: #359093;
}
</style>
border-color css
<style>
span { border-color: #359093; }
span { border-color: rgb(53,144,147); }
td.TdClassName
{
border-color: #359093;
}
.TagClassName
{
border-color: #359093;
}
</style>