Shades of Blue Chill #368C94
Tints of Blue Chill #368C94
RGB
CMYK
RGB Variations
Color information
#368C94 (or 0x368C94) is known color: Blue Chill. HEX triplet: 36, 8C and 94. RGB value is (54,140,148). Sum of RGB (Red+Green+Blue) = 54+140+148=342 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.79% from 342); Green value is 140 (55.08% from 255 or 40.94% from 342); Blue value is 148 (58.20% from 255 or 43.27% from 342); Max value from RGB is 148 - color contains mainly: blue. Hex color #368C94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368C94 is #C9736B. Grayscale: #737373. Windows color (decimal): -13202284 or 9735222. OLE color: 9735222.
HSL color Cylindrical-coordinate representation of color #368C94: hue angle of 185.11º 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 #368C94 is Cyan = 0.64, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 54 | 140 | 148 | - |
| CMYK | 0.64 | 0.05 | 0 | 0.42 |
| HSL | 185.11º | 0.47% | 0.4% | - |
| HSV(B) | 185.11º | 0.64% | 0.58% | - |
| XYZ | 16.24 | 21.68 | 31.35 | - |
| YUV | 115.2 | 146.51 | 84.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 140 | 148 | 0.64 | 0.05 | 0 | 0.42 | 185.11 | 0.47 | 0.4 |
| Hex | 36 | 8C | 94 | 40 | 5 | 0 | 2A | B9 | 2F | 28 |
| Octal | 66 | 214 | 224 | 100 | 5 | 0 | 52 | 271 | 57 | 50 |
| Binary | 110110 | 10001100 | 10010100 | 1000000 | 101 | 0 | 101010 | 10111001 | 101111 | 101000 |
Color Harmonies of #368C94
Complementary color
Monochromatic Colors of #368C94
Black with #368C94
Text Example
Text Example
White with #368C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368C94; }
p { color: rgb(54,140,148); }
H1.HeaderClassName
{
color: #368C94;
}
.AnyTagClassName
{
color: #368C94;
}
</style>
background-color css
<style>
a { background-color: #368C94; }
a { background-color: rgb(54,140,148); }
div.DivClassName
{
background-color: #368C94;
}
.BgClassName
{
background-color: #368C94;
}
</style>
border-color css
<style>
span { border-color: #368C94; }
span { border-color: rgb(54,140,148); }
td.TdClassName
{
border-color: #368C94;
}
.TagClassName
{
border-color: #368C94;
}
</style>