Shades of Blue Chill #368E8D
Tints of Blue Chill #368E8D
RGB
CMYK
RGB Variations
Color information
#368E8D (or 0x368E8D) is known color: Blue Chill. HEX triplet: 36, 8E and 8D. RGB value is (54,142,141). Sum of RGB (Red+Green+Blue) = 54+142+141=337 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.02% from 337); Green value is 142 (55.86% from 255 or 42.14% from 337); Blue value is 141 (55.47% from 255 or 41.84% from 337); Max value from RGB is 142 - color contains mainly: green. Hex color #368E8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368E8D is #C97172. Grayscale: #737373. Windows color (decimal): -13201779 or 9276982. OLE color: 9276982.
HSL color Cylindrical-coordinate representation of color #368E8D: hue angle of 179.32º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #368E8D is Cyan = 0.62, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 54 | 142 | 141 | - |
| CMYK | 0.62 | 0 | 0.01 | 0.44 |
| HSL | 179.32º | 0.45% | 0.38% | - |
| HSV(B) | 179.32º | 0.62% | 0.56% | - |
| XYZ | 16 | 22.05 | 28.61 | - |
| YUV | 115.57 | 142.35 | 84.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 142 | 141 | 0.62 | 0 | 0.01 | 0.44 | 179.32 | 0.45 | 0.38 |
| Hex | 36 | 8E | 8D | 3E | 0 | 1 | 2C | B3 | 2D | 26 |
| Octal | 66 | 216 | 215 | 76 | 0 | 1 | 54 | 263 | 55 | 46 |
| Binary | 110110 | 10001110 | 10001101 | 111110 | 0 | 1 | 101100 | 10110011 | 101101 | 100110 |
Color Harmonies of #368E8D
Complementary color
Monochromatic Colors of #368E8D
Black with #368E8D
Text Example
Text Example
White with #368E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368E8D; }
p { color: rgb(54,142,141); }
H1.HeaderClassName
{
color: #368E8D;
}
.AnyTagClassName
{
color: #368E8D;
}
</style>
background-color css
<style>
a { background-color: #368E8D; }
a { background-color: rgb(54,142,141); }
div.DivClassName
{
background-color: #368E8D;
}
.BgClassName
{
background-color: #368E8D;
}
</style>
border-color css
<style>
span { border-color: #368E8D; }
span { border-color: rgb(54,142,141); }
td.TdClassName
{
border-color: #368E8D;
}
.TagClassName
{
border-color: #368E8D;
}
</style>