Shades of Blue Chill #368683
Tints of Blue Chill #368683
RGB
CMYK
RGB Variations
Color information
#368683 (or 0x368683) is known color: Blue Chill. HEX triplet: 36, 86 and 83. RGB value is (54,134,131). Sum of RGB (Red+Green+Blue) = 54+134+131=319 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.93% from 319); Green value is 134 (52.73% from 255 or 42.01% from 319); Blue value is 131 (51.56% from 255 or 41.07% from 319); Max value from RGB is 134 - color contains mainly: green. Hex color #368683 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368683 is #C9797C. Grayscale: #6D6D6D. Windows color (decimal): -13203837 or 8619574. OLE color: 8619574.
HSL color Cylindrical-coordinate representation of color #368683: hue angle of 177.75º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #368683 is Cyan = 0.60, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 54 | 134 | 131 | - |
| CMYK | 0.60 | 0 | 0.02 | 0.47 |
| HSL | 177.75º | 0.43% | 0.37% | - |
| HSV(B) | 177.75º | 0.6% | 0.53% | - |
| XYZ | 14.14 | 19.47 | 24.49 | - |
| YUV | 109.74 | 140 | 88.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 134 | 131 | 0.60 | 0 | 0.02 | 0.47 | 177.75 | 0.43 | 0.37 |
| Hex | 36 | 86 | 83 | 3C | 0 | 2 | 2F | B2 | 2B | 25 |
| Octal | 66 | 206 | 203 | 74 | 0 | 2 | 57 | 262 | 53 | 45 |
| Binary | 110110 | 10000110 | 10000011 | 111100 | 0 | 10 | 101111 | 10110010 | 101011 | 100101 |
Color Harmonies of #368683
Complementary color
Monochromatic Colors of #368683
Black with #368683
Text Example
Text Example
White with #368683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368683; }
p { color: rgb(54,134,131); }
H1.HeaderClassName
{
color: #368683;
}
.AnyTagClassName
{
color: #368683;
}
</style>
background-color css
<style>
a { background-color: #368683; }
a { background-color: rgb(54,134,131); }
div.DivClassName
{
background-color: #368683;
}
.BgClassName
{
background-color: #368683;
}
</style>
border-color css
<style>
span { border-color: #368683; }
span { border-color: rgb(54,134,131); }
td.TdClassName
{
border-color: #368683;
}
.TagClassName
{
border-color: #368683;
}
</style>