Shades of Blue Chill #368E94
Tints of Blue Chill #368E94
RGB
CMYK
RGB Variations
Color information
#368E94 (or 0x368E94) is known color: Blue Chill. HEX triplet: 36, 8E and 94. RGB value is (54,142,148). Sum of RGB (Red+Green+Blue) = 54+142+148=344 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.70% from 344); Green value is 142 (55.86% from 255 or 41.28% from 344); Blue value is 148 (58.20% from 255 or 43.02% from 344); Max value from RGB is 148 - color contains mainly: blue. Hex color #368E94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368E94 is #C9716B. Grayscale: #747474. Windows color (decimal): -13201772 or 9735734. OLE color: 9735734.
HSL color Cylindrical-coordinate representation of color #368E94: hue angle of 183.83º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #368E94 is Cyan = 0.64, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 54 | 142 | 148 | - |
| CMYK | 0.64 | 0.04 | 0 | 0.42 |
| HSL | 183.83º | 0.47% | 0.4% | - |
| HSV(B) | 183.83º | 0.64% | 0.58% | - |
| XYZ | 16.54 | 22.27 | 31.44 | - |
| YUV | 116.37 | 145.85 | 83.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 142 | 148 | 0.64 | 0.04 | 0 | 0.42 | 183.83 | 0.47 | 0.4 |
| Hex | 36 | 8E | 94 | 40 | 4 | 0 | 2A | B8 | 2F | 28 |
| Octal | 66 | 216 | 224 | 100 | 4 | 0 | 52 | 270 | 57 | 50 |
| Binary | 110110 | 10001110 | 10010100 | 1000000 | 100 | 0 | 101010 | 10111000 | 101111 | 101000 |
Color Harmonies of #368E94
Complementary color
Monochromatic Colors of #368E94
Black with #368E94
Text Example
Text Example
White with #368E94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368E94; }
p { color: rgb(54,142,148); }
H1.HeaderClassName
{
color: #368E94;
}
.AnyTagClassName
{
color: #368E94;
}
</style>
background-color css
<style>
a { background-color: #368E94; }
a { background-color: rgb(54,142,148); }
div.DivClassName
{
background-color: #368E94;
}
.BgClassName
{
background-color: #368E94;
}
</style>
border-color css
<style>
span { border-color: #368E94; }
span { border-color: rgb(54,142,148); }
td.TdClassName
{
border-color: #368E94;
}
.TagClassName
{
border-color: #368E94;
}
</style>