Shades of Blue Chill #368C84
Tints of Blue Chill #368C84
RGB
CMYK
RGB Variations
Color information
#368C84 (or 0x368C84) is known color: Blue Chill. HEX triplet: 36, 8C and 84. RGB value is (54,140,132). Sum of RGB (Red+Green+Blue) = 54+140+132=326 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.56% from 326); Green value is 140 (55.08% from 255 or 42.94% from 326); Blue value is 132 (51.95% from 255 or 40.49% from 326); Max value from RGB is 140 - color contains mainly: green. Hex color #368C84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368C84 is #C9737B. Grayscale: #717171. Windows color (decimal): -13202300 or 8686646. OLE color: 8686646.
HSL color Cylindrical-coordinate representation of color #368C84: hue angle of 174.42º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #368C84 is Cyan = 0.61, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 54 | 140 | 132 | - |
| CMYK | 0.61 | 0 | 0.06 | 0.45 |
| HSL | 174.42º | 0.44% | 0.38% | - |
| HSV(B) | 174.42º | 0.61% | 0.55% | - |
| XYZ | 15.06 | 21.21 | 25.13 | - |
| YUV | 113.37 | 138.51 | 85.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 140 | 132 | 0.61 | 0 | 0.06 | 0.45 | 174.42 | 0.44 | 0.38 |
| Hex | 36 | 8C | 84 | 3D | 0 | 6 | 2D | AE | 2C | 26 |
| Octal | 66 | 214 | 204 | 75 | 0 | 6 | 55 | 256 | 54 | 46 |
| Binary | 110110 | 10001100 | 10000100 | 111101 | 0 | 110 | 101101 | 10101110 | 101100 | 100110 |
Color Harmonies of #368C84
Complementary color
Monochromatic Colors of #368C84
Black with #368C84
Text Example
Text Example
White with #368C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368C84; }
p { color: rgb(54,140,132); }
H1.HeaderClassName
{
color: #368C84;
}
.AnyTagClassName
{
color: #368C84;
}
</style>
background-color css
<style>
a { background-color: #368C84; }
a { background-color: rgb(54,140,132); }
div.DivClassName
{
background-color: #368C84;
}
.BgClassName
{
background-color: #368C84;
}
</style>
border-color css
<style>
span { border-color: #368C84; }
span { border-color: rgb(54,140,132); }
td.TdClassName
{
border-color: #368C84;
}
.TagClassName
{
border-color: #368C84;
}
</style>