Shades of Blue Chill #36888B
Tints of Blue Chill #36888B
RGB
CMYK
RGB Variations
Color information
#36888B (or 0x36888B) is known color: Blue Chill. HEX triplet: 36, 88 and 8B. RGB value is (54,136,139). Sum of RGB (Red+Green+Blue) = 54+136+139=329 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.41% from 329); Green value is 136 (53.52% from 255 or 41.34% from 329); Blue value is 139 (54.69% from 255 or 42.25% from 329); Max value from RGB is 139 - color contains mainly: blue. Hex color #36888B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36888B is #C97774. Grayscale: #6F6F6F. Windows color (decimal): -13203317 or 9144374. OLE color: 9144374.
HSL color Cylindrical-coordinate representation of color #36888B: hue angle of 182.12º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #36888B is Cyan = 0.61, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 54 | 136 | 139 | - |
| CMYK | 0.61 | 0.02 | 0 | 0.45 |
| HSL | 182.12º | 0.44% | 0.38% | - |
| HSV(B) | 182.12º | 0.61% | 0.55% | - |
| XYZ | 14.99 | 20.26 | 27.55 | - |
| YUV | 111.82 | 143.33 | 86.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 136 | 139 | 0.61 | 0.02 | 0 | 0.45 | 182.12 | 0.44 | 0.38 |
| Hex | 36 | 88 | 8B | 3D | 2 | 0 | 2D | B6 | 2C | 26 |
| Octal | 66 | 210 | 213 | 75 | 2 | 0 | 55 | 266 | 54 | 46 |
| Binary | 110110 | 10001000 | 10001011 | 111101 | 10 | 0 | 101101 | 10110110 | 101100 | 100110 |
Color Harmonies of #36888B
Complementary color
Monochromatic Colors of #36888B
Black with #36888B
Text Example
Text Example
White with #36888B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36888B; }
p { color: rgb(54,136,139); }
H1.HeaderClassName
{
color: #36888B;
}
.AnyTagClassName
{
color: #36888B;
}
</style>
background-color css
<style>
a { background-color: #36888B; }
a { background-color: rgb(54,136,139); }
div.DivClassName
{
background-color: #36888B;
}
.BgClassName
{
background-color: #36888B;
}
</style>
border-color css
<style>
span { border-color: #36888B; }
span { border-color: rgb(54,136,139); }
td.TdClassName
{
border-color: #36888B;
}
.TagClassName
{
border-color: #36888B;
}
</style>