Shades of Blue Chill #36838F
Tints of Blue Chill #36838F
RGB
CMYK
RGB Variations
Color information
#36838F (or 0x36838F) is known color: Blue Chill. HEX triplet: 36, 83 and 8F. RGB value is (54,131,143). Sum of RGB (Red+Green+Blue) = 54+131+143=328 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.46% from 328); Green value is 131 (51.56% from 255 or 39.94% from 328); Blue value is 143 (56.25% from 255 or 43.60% from 328); Max value from RGB is 143 - color contains mainly: blue. Hex color #36838F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36838F is #C97C70. Grayscale: #6D6D6D. Windows color (decimal): -13204593 or 9405238. OLE color: 9405238.
HSL color Cylindrical-coordinate representation of color #36838F: hue angle of 188.09º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #36838F is Cyan = 0.62, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 54 | 131 | 143 | - |
| CMYK | 0.62 | 0.08 | 0 | 0.44 |
| HSL | 188.09º | 0.45% | 0.39% | - |
| HSV(B) | 188.09º | 0.62% | 0.56% | - |
| XYZ | 14.6 | 19 | 28.88 | - |
| YUV | 109.35 | 146.99 | 88.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 131 | 143 | 0.62 | 0.08 | 0 | 0.44 | 188.09 | 0.45 | 0.39 |
| Hex | 36 | 83 | 8F | 3E | 8 | 0 | 2C | BC | 2D | 27 |
| Octal | 66 | 203 | 217 | 76 | 10 | 0 | 54 | 274 | 55 | 47 |
| Binary | 110110 | 10000011 | 10001111 | 111110 | 1000 | 0 | 101100 | 10111100 | 101101 | 100111 |
Color Harmonies of #36838F
Complementary color
Monochromatic Colors of #36838F
Black with #36838F
Text Example
Text Example
White with #36838F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36838F; }
p { color: rgb(54,131,143); }
H1.HeaderClassName
{
color: #36838F;
}
.AnyTagClassName
{
color: #36838F;
}
</style>
background-color css
<style>
a { background-color: #36838F; }
a { background-color: rgb(54,131,143); }
div.DivClassName
{
background-color: #36838F;
}
.BgClassName
{
background-color: #36838F;
}
</style>
border-color css
<style>
span { border-color: #36838F; }
span { border-color: rgb(54,131,143); }
td.TdClassName
{
border-color: #36838F;
}
.TagClassName
{
border-color: #36838F;
}
</style>