Shades of Blue Chill #35918E
Tints of Blue Chill #35918E
RGB
CMYK
RGB Variations
Color information
#35918E (or 0x35918E) is known color: Blue Chill. HEX triplet: 35, 91 and 8E. RGB value is (53,145,142). Sum of RGB (Red+Green+Blue) = 53+145+142=340 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.59% from 340); Green value is 145 (57.03% from 255 or 42.65% from 340); Blue value is 142 (55.86% from 255 or 41.76% from 340); Max value from RGB is 145 - color contains mainly: green. Hex color #35918E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35918E is #CA6E71. Grayscale: #757575. Windows color (decimal): -13266546 or 9343285. OLE color: 9343285.
HSL color Cylindrical-coordinate representation of color #35918E: hue angle of 178.04º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #35918E is Cyan = 0.63, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 53 | 145 | 142 | - |
| CMYK | 0.63 | 0 | 0.02 | 0.43 |
| HSL | 178.04º | 0.46% | 0.39% | - |
| HSV(B) | 178.04º | 0.63% | 0.57% | - |
| XYZ | 16.48 | 22.96 | 29.15 | - |
| YUV | 117.15 | 142.02 | 82.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 145 | 142 | 0.63 | 0 | 0.02 | 0.43 | 178.04 | 0.46 | 0.39 |
| Hex | 35 | 91 | 8E | 3F | 0 | 2 | 2B | B2 | 2E | 27 |
| Octal | 65 | 221 | 216 | 77 | 0 | 2 | 53 | 262 | 56 | 47 |
| Binary | 110101 | 10010001 | 10001110 | 111111 | 0 | 10 | 101011 | 10110010 | 101110 | 100111 |
Color Harmonies of #35918E
Complementary color
Monochromatic Colors of #35918E
Black with #35918E
Text Example
Text Example
White with #35918E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35918E; }
p { color: rgb(53,145,142); }
H1.HeaderClassName
{
color: #35918E;
}
.AnyTagClassName
{
color: #35918E;
}
</style>
background-color css
<style>
a { background-color: #35918E; }
a { background-color: rgb(53,145,142); }
div.DivClassName
{
background-color: #35918E;
}
.BgClassName
{
background-color: #35918E;
}
</style>
border-color css
<style>
span { border-color: #35918E; }
span { border-color: rgb(53,145,142); }
td.TdClassName
{
border-color: #35918E;
}
.TagClassName
{
border-color: #35918E;
}
</style>