Shades of Blue Chill #35888B
Tints of Blue Chill #35888B
RGB
CMYK
RGB Variations
Color information
#35888B (or 0x35888B) is known color: Blue Chill. HEX triplet: 35, 88 and 8B. RGB value is (53,136,139). Sum of RGB (Red+Green+Blue) = 53+136+139=328 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.16% from 328); Green value is 136 (53.52% from 255 or 41.46% from 328); Blue value is 139 (54.69% from 255 or 42.38% from 328); Max value from RGB is 139 - color contains mainly: blue. Hex color #35888B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35888B is #CA7774. Grayscale: #6F6F6F. Windows color (decimal): -13268853 or 9144373. OLE color: 9144373.
HSL color Cylindrical-coordinate representation of color #35888B: hue angle of 182.09º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #35888B is Cyan = 0.62, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 53 | 136 | 139 | - |
| CMYK | 0.62 | 0.02 | 0 | 0.45 |
| HSL | 182.09º | 0.45% | 0.38% | - |
| HSV(B) | 182.09º | 0.62% | 0.55% | - |
| XYZ | 14.93 | 20.23 | 27.54 | - |
| YUV | 111.53 | 143.5 | 86.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 136 | 139 | 0.62 | 0.02 | 0 | 0.45 | 182.09 | 0.45 | 0.38 |
| Hex | 35 | 88 | 8B | 3E | 2 | 0 | 2D | B6 | 2D | 26 |
| Octal | 65 | 210 | 213 | 76 | 2 | 0 | 55 | 266 | 55 | 46 |
| Binary | 110101 | 10001000 | 10001011 | 111110 | 10 | 0 | 101101 | 10110110 | 101101 | 100110 |
Color Harmonies of #35888B
Complementary color
Monochromatic Colors of #35888B
Black with #35888B
Text Example
Text Example
White with #35888B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35888B; }
p { color: rgb(53,136,139); }
H1.HeaderClassName
{
color: #35888B;
}
.AnyTagClassName
{
color: #35888B;
}
</style>
background-color css
<style>
a { background-color: #35888B; }
a { background-color: rgb(53,136,139); }
div.DivClassName
{
background-color: #35888B;
}
.BgClassName
{
background-color: #35888B;
}
</style>
border-color css
<style>
span { border-color: #35888B; }
span { border-color: rgb(53,136,139); }
td.TdClassName
{
border-color: #35888B;
}
.TagClassName
{
border-color: #35888B;
}
</style>