Shades of Blue Chill #358389
Tints of Blue Chill #358389
RGB
CMYK
RGB Variations
Color information
#358389 (or 0x358389) is known color: Blue Chill. HEX triplet: 35, 83 and 89. RGB value is (53,131,137). Sum of RGB (Red+Green+Blue) = 53+131+137=321 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.51% from 321); Green value is 131 (51.56% from 255 or 40.81% from 321); Blue value is 137 (53.91% from 255 or 42.68% from 321); Max value from RGB is 137 - color contains mainly: blue. Hex color #358389 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358389 is #CA7C76. Grayscale: #6C6C6C. Windows color (decimal): -13270135 or 9012021. OLE color: 9012021.
HSL color Cylindrical-coordinate representation of color #358389: hue angle of 184.29º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #358389 is Cyan = 0.61, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 53 | 131 | 137 | - |
| CMYK | 0.61 | 0.04 | 0 | 0.46 |
| HSL | 184.29º | 0.44% | 0.37% | - |
| HSV(B) | 184.29º | 0.61% | 0.54% | - |
| XYZ | 14.1 | 18.8 | 26.55 | - |
| YUV | 108.36 | 144.16 | 88.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 131 | 137 | 0.61 | 0.04 | 0 | 0.46 | 184.29 | 0.44 | 0.37 |
| Hex | 35 | 83 | 89 | 3D | 4 | 0 | 2E | B8 | 2C | 25 |
| Octal | 65 | 203 | 211 | 75 | 4 | 0 | 56 | 270 | 54 | 45 |
| Binary | 110101 | 10000011 | 10001001 | 111101 | 100 | 0 | 101110 | 10111000 | 101100 | 100101 |
Color Harmonies of #358389
Complementary color
Monochromatic Colors of #358389
Black with #358389
Text Example
Text Example
White with #358389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358389; }
p { color: rgb(53,131,137); }
H1.HeaderClassName
{
color: #358389;
}
.AnyTagClassName
{
color: #358389;
}
</style>
background-color css
<style>
a { background-color: #358389; }
a { background-color: rgb(53,131,137); }
div.DivClassName
{
background-color: #358389;
}
.BgClassName
{
background-color: #358389;
}
</style>
border-color css
<style>
span { border-color: #358389; }
span { border-color: rgb(53,131,137); }
td.TdClassName
{
border-color: #358389;
}
.TagClassName
{
border-color: #358389;
}
</style>