Shades of Blue Chill #35978E
Tints of Blue Chill #35978E
RGB
CMYK
RGB Variations
Color information
#35978E (or 0x35978E) is known color: Blue Chill. HEX triplet: 35, 97 and 8E. RGB value is (53,151,142). Sum of RGB (Red+Green+Blue) = 53+151+142=346 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.32% from 346); Green value is 151 (59.38% from 255 or 43.64% from 346); Blue value is 142 (55.86% from 255 or 41.04% from 346); Max value from RGB is 151 - color contains mainly: green. Hex color #35978E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35978E is #CA6871. Grayscale: #787878. Windows color (decimal): -13265010 or 9344821. OLE color: 9344821.
HSL color Cylindrical-coordinate representation of color #35978E: hue angle of 174.49º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #35978E is Cyan = 0.65, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 53 | 151 | 142 | - |
| CMYK | 0.65 | 0 | 0.06 | 0.41 |
| HSL | 174.49º | 0.48% | 0.4% | - |
| HSV(B) | 174.49º | 0.65% | 0.59% | - |
| XYZ | 17.42 | 24.84 | 29.47 | - |
| YUV | 120.67 | 140.03 | 79.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 151 | 142 | 0.65 | 0 | 0.06 | 0.41 | 174.49 | 0.48 | 0.4 |
| Hex | 35 | 97 | 8E | 41 | 0 | 6 | 29 | AE | 30 | 28 |
| Octal | 65 | 227 | 216 | 101 | 0 | 6 | 51 | 256 | 60 | 50 |
| Binary | 110101 | 10010111 | 10001110 | 1000001 | 0 | 110 | 101001 | 10101110 | 110000 | 101000 |
Color Harmonies of #35978E
Complementary color
Monochromatic Colors of #35978E
Black with #35978E
Text Example
Text Example
White with #35978E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35978E; }
p { color: rgb(53,151,142); }
H1.HeaderClassName
{
color: #35978E;
}
.AnyTagClassName
{
color: #35978E;
}
</style>
background-color css
<style>
a { background-color: #35978E; }
a { background-color: rgb(53,151,142); }
div.DivClassName
{
background-color: #35978E;
}
.BgClassName
{
background-color: #35978E;
}
</style>
border-color css
<style>
span { border-color: #35978E; }
span { border-color: rgb(53,151,142); }
td.TdClassName
{
border-color: #35978E;
}
.TagClassName
{
border-color: #35978E;
}
</style>