Shades of Blue Chill #36938A
Tints of Blue Chill #36938A
RGB
CMYK
RGB Variations
Color information
#36938A (or 0x36938A) is known color: Blue Chill. HEX triplet: 36, 93 and 8A. RGB value is (54,147,138). Sum of RGB (Red+Green+Blue) = 54+147+138=339 (44% of max value = 765). Red value is 54 (21.48% from 255 or 15.93% from 339); Green value is 147 (57.81% from 255 or 43.36% from 339); Blue value is 138 (54.30% from 255 or 40.71% from 339); Max value from RGB is 147 - color contains mainly: green. Hex color #36938A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36938A is #C96C75. Grayscale: #767676. Windows color (decimal): -13200502 or 9081654. OLE color: 9081654.
HSL color Cylindrical-coordinate representation of color #36938A: hue angle of 174.19º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #36938A is Cyan = 0.63, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 54 | 147 | 138 | - |
| CMYK | 0.63 | 0 | 0.06 | 0.42 |
| HSL | 174.19º | 0.46% | 0.39% | - |
| HSV(B) | 174.19º | 0.63% | 0.58% | - |
| XYZ | 16.54 | 23.49 | 27.71 | - |
| YUV | 118.17 | 139.19 | 82.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 147 | 138 | 0.63 | 0 | 0.06 | 0.42 | 174.19 | 0.46 | 0.39 |
| Hex | 36 | 93 | 8A | 3F | 0 | 6 | 2A | AE | 2E | 27 |
| Octal | 66 | 223 | 212 | 77 | 0 | 6 | 52 | 256 | 56 | 47 |
| Binary | 110110 | 10010011 | 10001010 | 111111 | 0 | 110 | 101010 | 10101110 | 101110 | 100111 |
Color Harmonies of #36938A
Complementary color
Monochromatic Colors of #36938A
Black with #36938A
Text Example
Text Example
White with #36938A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36938A; }
p { color: rgb(54,147,138); }
H1.HeaderClassName
{
color: #36938A;
}
.AnyTagClassName
{
color: #36938A;
}
</style>
background-color css
<style>
a { background-color: #36938A; }
a { background-color: rgb(54,147,138); }
div.DivClassName
{
background-color: #36938A;
}
.BgClassName
{
background-color: #36938A;
}
</style>
border-color css
<style>
span { border-color: #36938A; }
span { border-color: rgb(54,147,138); }
td.TdClassName
{
border-color: #36938A;
}
.TagClassName
{
border-color: #36938A;
}
</style>