Shades of Blue Chill #368C85
Tints of Blue Chill #368C85
RGB
CMYK
RGB Variations
Color information
#368C85 (or 0x368C85) is known color: Blue Chill. HEX triplet: 36, 8C and 85. RGB value is (54,140,133). Sum of RGB (Red+Green+Blue) = 54+140+133=327 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.51% from 327); Green value is 140 (55.08% from 255 or 42.81% from 327); Blue value is 133 (52.34% from 255 or 40.67% from 327); Max value from RGB is 140 - color contains mainly: green. Hex color #368C85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368C85 is #C9737A. Grayscale: #717171. Windows color (decimal): -13202299 or 8752182. OLE color: 8752182.
HSL color Cylindrical-coordinate representation of color #368C85: hue angle of 175.12º 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 #368C85 is Cyan = 0.61, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 54 | 140 | 133 | - |
| CMYK | 0.61 | 0 | 0.05 | 0.45 |
| HSL | 175.12º | 0.44% | 0.38% | - |
| HSV(B) | 175.12º | 0.61% | 0.55% | - |
| XYZ | 15.13 | 21.23 | 25.49 | - |
| YUV | 113.49 | 139.01 | 85.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 140 | 133 | 0.61 | 0 | 0.05 | 0.45 | 175.12 | 0.44 | 0.38 |
| Hex | 36 | 8C | 85 | 3D | 0 | 5 | 2D | AF | 2C | 26 |
| Octal | 66 | 214 | 205 | 75 | 0 | 5 | 55 | 257 | 54 | 46 |
| Binary | 110110 | 10001100 | 10000101 | 111101 | 0 | 101 | 101101 | 10101111 | 101100 | 100110 |
Color Harmonies of #368C85
Complementary color
Monochromatic Colors of #368C85
Black with #368C85
Text Example
Text Example
White with #368C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368C85; }
p { color: rgb(54,140,133); }
H1.HeaderClassName
{
color: #368C85;
}
.AnyTagClassName
{
color: #368C85;
}
</style>
background-color css
<style>
a { background-color: #368C85; }
a { background-color: rgb(54,140,133); }
div.DivClassName
{
background-color: #368C85;
}
.BgClassName
{
background-color: #368C85;
}
</style>
border-color css
<style>
span { border-color: #368C85; }
span { border-color: rgb(54,140,133); }
td.TdClassName
{
border-color: #368C85;
}
.TagClassName
{
border-color: #368C85;
}
</style>