Shades of Blue Chill #368C91
Tints of Blue Chill #368C91
RGB
CMYK
RGB Variations
Color information
#368C91 (or 0x368C91) is known color: Blue Chill. HEX triplet: 36, 8C and 91. RGB value is (54,140,145). Sum of RGB (Red+Green+Blue) = 54+140+145=339 (44% of max value = 765). Red value is 54 (21.48% from 255 or 15.93% from 339); Green value is 140 (55.08% from 255 or 41.30% from 339); Blue value is 145 (57.03% from 255 or 42.77% from 339); Max value from RGB is 145 - color contains mainly: blue. Hex color #368C91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368C91 is #C9736E. Grayscale: #727272. Windows color (decimal): -13202287 or 9538614. OLE color: 9538614.
HSL color Cylindrical-coordinate representation of color #368C91: hue angle of 183.3º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #368C91 is Cyan = 0.63, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 54 | 140 | 145 | - |
| CMYK | 0.63 | 0.03 | 0 | 0.43 |
| HSL | 183.3º | 0.46% | 0.39% | - |
| HSV(B) | 183.3º | 0.63% | 0.57% | - |
| XYZ | 16.01 | 21.58 | 30.11 | - |
| YUV | 114.86 | 145.01 | 84.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 140 | 145 | 0.63 | 0.03 | 0 | 0.43 | 183.3 | 0.46 | 0.39 |
| Hex | 36 | 8C | 91 | 3F | 3 | 0 | 2B | B7 | 2E | 27 |
| Octal | 66 | 214 | 221 | 77 | 3 | 0 | 53 | 267 | 56 | 47 |
| Binary | 110110 | 10001100 | 10010001 | 111111 | 11 | 0 | 101011 | 10110111 | 101110 | 100111 |
Color Harmonies of #368C91
Complementary color
Monochromatic Colors of #368C91
Black with #368C91
Text Example
Text Example
White with #368C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368C91; }
p { color: rgb(54,140,145); }
H1.HeaderClassName
{
color: #368C91;
}
.AnyTagClassName
{
color: #368C91;
}
</style>
background-color css
<style>
a { background-color: #368C91; }
a { background-color: rgb(54,140,145); }
div.DivClassName
{
background-color: #368C91;
}
.BgClassName
{
background-color: #368C91;
}
</style>
border-color css
<style>
span { border-color: #368C91; }
span { border-color: rgb(54,140,145); }
td.TdClassName
{
border-color: #368C91;
}
.TagClassName
{
border-color: #368C91;
}
</style>