Shades of Blue Chill #368C8F
Tints of Blue Chill #368C8F
RGB
CMYK
RGB Variations
Color information
#368C8F (or 0x368C8F) is known color: Blue Chill. HEX triplet: 36, 8C and 8F. RGB value is (54,140,143). Sum of RGB (Red+Green+Blue) = 54+140+143=337 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.02% from 337); Green value is 140 (55.08% from 255 or 41.54% from 337); Blue value is 143 (56.25% from 255 or 42.43% from 337); Max value from RGB is 143 - color contains mainly: blue. Hex color #368C8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368C8F is #C97370. Grayscale: #727272. Windows color (decimal): -13202289 or 9407542. OLE color: 9407542.
HSL color Cylindrical-coordinate representation of color #368C8F: hue angle of 182.02º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #368C8F is Cyan = 0.62, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 54 | 140 | 143 | - |
| CMYK | 0.62 | 0.02 | 0 | 0.44 |
| HSL | 182.02º | 0.45% | 0.39% | - |
| HSV(B) | 182.02º | 0.62% | 0.56% | - |
| XYZ | 15.86 | 21.52 | 29.31 | - |
| YUV | 114.63 | 144.01 | 84.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 140 | 143 | 0.62 | 0.02 | 0 | 0.44 | 182.02 | 0.45 | 0.39 |
| Hex | 36 | 8C | 8F | 3E | 2 | 0 | 2C | B6 | 2D | 27 |
| Octal | 66 | 214 | 217 | 76 | 2 | 0 | 54 | 266 | 55 | 47 |
| Binary | 110110 | 10001100 | 10001111 | 111110 | 10 | 0 | 101100 | 10110110 | 101101 | 100111 |
Color Harmonies of #368C8F
Complementary color
Monochromatic Colors of #368C8F
Black with #368C8F
Text Example
Text Example
White with #368C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368C8F; }
p { color: rgb(54,140,143); }
H1.HeaderClassName
{
color: #368C8F;
}
.AnyTagClassName
{
color: #368C8F;
}
</style>
background-color css
<style>
a { background-color: #368C8F; }
a { background-color: rgb(54,140,143); }
div.DivClassName
{
background-color: #368C8F;
}
.BgClassName
{
background-color: #368C8F;
}
</style>
border-color css
<style>
span { border-color: #368C8F; }
span { border-color: rgb(54,140,143); }
td.TdClassName
{
border-color: #368C8F;
}
.TagClassName
{
border-color: #368C8F;
}
</style>