Shades of Blue Chill #36828A
Tints of Blue Chill #36828A
RGB
CMYK
RGB Variations
Color information
#36828A (or 0x36828A) is known color: Blue Chill. HEX triplet: 36, 82 and 8A. RGB value is (54,130,138). Sum of RGB (Red+Green+Blue) = 54+130+138=322 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.77% from 322); Green value is 130 (51.17% from 255 or 40.37% from 322); Blue value is 138 (54.30% from 255 or 42.86% from 322); Max value from RGB is 138 - color contains mainly: blue. Hex color #36828A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36828A is #C97D75. Grayscale: #6C6C6C. Windows color (decimal): -13204854 or 9077302. OLE color: 9077302.
HSL color Cylindrical-coordinate representation of color #36828A: hue angle of 185.71º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #36828A is Cyan = 0.61, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 54 | 130 | 138 | - |
| CMYK | 0.61 | 0.06 | 0 | 0.46 |
| HSL | 185.71º | 0.44% | 0.38% | - |
| HSV(B) | 185.71º | 0.61% | 0.54% | - |
| XYZ | 14.09 | 18.58 | 26.89 | - |
| YUV | 108.19 | 144.82 | 89.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 130 | 138 | 0.61 | 0.06 | 0 | 0.46 | 185.71 | 0.44 | 0.38 |
| Hex | 36 | 82 | 8A | 3D | 6 | 0 | 2E | BA | 2C | 26 |
| Octal | 66 | 202 | 212 | 75 | 6 | 0 | 56 | 272 | 54 | 46 |
| Binary | 110110 | 10000010 | 10001010 | 111101 | 110 | 0 | 101110 | 10111010 | 101100 | 100110 |
Color Harmonies of #36828A
Complementary color
Monochromatic Colors of #36828A
Black with #36828A
Text Example
Text Example
White with #36828A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36828A; }
p { color: rgb(54,130,138); }
H1.HeaderClassName
{
color: #36828A;
}
.AnyTagClassName
{
color: #36828A;
}
</style>
background-color css
<style>
a { background-color: #36828A; }
a { background-color: rgb(54,130,138); }
div.DivClassName
{
background-color: #36828A;
}
.BgClassName
{
background-color: #36828A;
}
</style>
border-color css
<style>
span { border-color: #36828A; }
span { border-color: rgb(54,130,138); }
td.TdClassName
{
border-color: #36828A;
}
.TagClassName
{
border-color: #36828A;
}
</style>