Shades of Blue Chill #35838E
Tints of Blue Chill #35838E
RGB
CMYK
RGB Variations
Color information
#35838E (or 0x35838E) is known color: Blue Chill. HEX triplet: 35, 83 and 8E. RGB value is (53,131,142). Sum of RGB (Red+Green+Blue) = 53+131+142=326 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.26% from 326); Green value is 131 (51.56% from 255 or 40.18% from 326); Blue value is 142 (55.86% from 255 or 43.56% from 326); Max value from RGB is 142 - color contains mainly: blue. Hex color #35838E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35838E is #CA7C71. Grayscale: #6C6C6C. Windows color (decimal): -13270130 or 9339701. OLE color: 9339701.
HSL color Cylindrical-coordinate representation of color #35838E: hue angle of 187.42º 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 #35838E is Cyan = 0.63, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 53 | 131 | 142 | - |
| CMYK | 0.63 | 0.08 | 0 | 0.44 |
| HSL | 187.42º | 0.46% | 0.38% | - |
| HSV(B) | 187.42º | 0.63% | 0.56% | - |
| XYZ | 14.47 | 18.94 | 28.48 | - |
| YUV | 108.93 | 146.66 | 88.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 131 | 142 | 0.63 | 0.08 | 0 | 0.44 | 187.42 | 0.46 | 0.38 |
| Hex | 35 | 83 | 8E | 3F | 8 | 0 | 2C | BB | 2E | 26 |
| Octal | 65 | 203 | 216 | 77 | 10 | 0 | 54 | 273 | 56 | 46 |
| Binary | 110101 | 10000011 | 10001110 | 111111 | 1000 | 0 | 101100 | 10111011 | 101110 | 100110 |
Color Harmonies of #35838E
Complementary color
Monochromatic Colors of #35838E
Black with #35838E
Text Example
Text Example
White with #35838E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35838E; }
p { color: rgb(53,131,142); }
H1.HeaderClassName
{
color: #35838E;
}
.AnyTagClassName
{
color: #35838E;
}
</style>
background-color css
<style>
a { background-color: #35838E; }
a { background-color: rgb(53,131,142); }
div.DivClassName
{
background-color: #35838E;
}
.BgClassName
{
background-color: #35838E;
}
</style>
border-color css
<style>
span { border-color: #35838E; }
span { border-color: rgb(53,131,142); }
td.TdClassName
{
border-color: #35838E;
}
.TagClassName
{
border-color: #35838E;
}
</style>