Shades of Blue Chill #35848E
Tints of Blue Chill #35848E
RGB
CMYK
RGB Variations
Color information
#35848E (or 0x35848E) is known color: Blue Chill. HEX triplet: 35, 84 and 8E. RGB value is (53,132,142). Sum of RGB (Red+Green+Blue) = 53+132+142=327 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.21% from 327); Green value is 132 (51.95% from 255 or 40.37% from 327); Blue value is 142 (55.86% from 255 or 43.43% from 327); Max value from RGB is 142 - color contains mainly: blue. Hex color #35848E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35848E is #CA7B71. Grayscale: #6D6D6D. Windows color (decimal): -13269874 or 9339957. OLE color: 9339957.
HSL color Cylindrical-coordinate representation of color #35848E: hue angle of 186.74º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #35848E is Cyan = 0.63, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 53 | 132 | 142 | - |
| CMYK | 0.63 | 0.07 | 0 | 0.44 |
| HSL | 186.74º | 0.46% | 0.38% | - |
| HSV(B) | 186.74º | 0.63% | 0.56% | - |
| XYZ | 14.6 | 19.21 | 28.53 | - |
| YUV | 109.52 | 146.33 | 87.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 132 | 142 | 0.63 | 0.07 | 0 | 0.44 | 186.74 | 0.46 | 0.38 |
| Hex | 35 | 84 | 8E | 3F | 7 | 0 | 2C | BB | 2E | 26 |
| Octal | 65 | 204 | 216 | 77 | 7 | 0 | 54 | 273 | 56 | 46 |
| Binary | 110101 | 10000100 | 10001110 | 111111 | 111 | 0 | 101100 | 10111011 | 101110 | 100110 |
Color Harmonies of #35848E
Complementary color
Monochromatic Colors of #35848E
Black with #35848E
Text Example
Text Example
White with #35848E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35848E; }
p { color: rgb(53,132,142); }
H1.HeaderClassName
{
color: #35848E;
}
.AnyTagClassName
{
color: #35848E;
}
</style>
background-color css
<style>
a { background-color: #35848E; }
a { background-color: rgb(53,132,142); }
div.DivClassName
{
background-color: #35848E;
}
.BgClassName
{
background-color: #35848E;
}
</style>
border-color css
<style>
span { border-color: #35848E; }
span { border-color: rgb(53,132,142); }
td.TdClassName
{
border-color: #35848E;
}
.TagClassName
{
border-color: #35848E;
}
</style>