Shades of Blue Chill #368D8E
Tints of Blue Chill #368D8E
RGB
CMYK
RGB Variations
Color information
#368D8E (or 0x368D8E) is known color: Blue Chill. HEX triplet: 36, 8D and 8E. RGB value is (54,141,142). Sum of RGB (Red+Green+Blue) = 54+141+142=337 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.02% from 337); Green value is 141 (55.47% from 255 or 41.84% from 337); Blue value is 142 (55.86% from 255 or 42.14% from 337); Max value from RGB is 142 - color contains mainly: blue. Hex color #368D8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368D8E is #C97271. Grayscale: #737373. Windows color (decimal): -13202034 or 9342262. OLE color: 9342262.
HSL color Cylindrical-coordinate representation of color #368D8E: hue angle of 180.68º 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 #368D8E is Cyan = 0.62, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 54 | 141 | 142 | - |
| CMYK | 0.62 | 0.01 | 0 | 0.44 |
| HSL | 180.68º | 0.45% | 0.38% | - |
| HSV(B) | 180.68º | 0.62% | 0.56% | - |
| XYZ | 15.93 | 21.79 | 28.96 | - |
| YUV | 115.1 | 143.18 | 84.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 141 | 142 | 0.62 | 0.01 | 0 | 0.44 | 180.68 | 0.45 | 0.38 |
| Hex | 36 | 8D | 8E | 3E | 1 | 0 | 2C | B5 | 2D | 26 |
| Octal | 66 | 215 | 216 | 76 | 1 | 0 | 54 | 265 | 55 | 46 |
| Binary | 110110 | 10001101 | 10001110 | 111110 | 1 | 0 | 101100 | 10110101 | 101101 | 100110 |
Color Harmonies of #368D8E
Complementary color
Monochromatic Colors of #368D8E
Black with #368D8E
Text Example
Text Example
White with #368D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368D8E; }
p { color: rgb(54,141,142); }
H1.HeaderClassName
{
color: #368D8E;
}
.AnyTagClassName
{
color: #368D8E;
}
</style>
background-color css
<style>
a { background-color: #368D8E; }
a { background-color: rgb(54,141,142); }
div.DivClassName
{
background-color: #368D8E;
}
.BgClassName
{
background-color: #368D8E;
}
</style>
border-color css
<style>
span { border-color: #368D8E; }
span { border-color: rgb(54,141,142); }
td.TdClassName
{
border-color: #368D8E;
}
.TagClassName
{
border-color: #368D8E;
}
</style>