Shades of Blue Chill #36958B
Tints of Blue Chill #36958B
RGB
CMYK
RGB Variations
Color information
#36958B (or 0x36958B) is known color: Blue Chill. HEX triplet: 36, 95 and 8B. RGB value is (54,149,139). Sum of RGB (Red+Green+Blue) = 54+149+139=342 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.79% from 342); Green value is 149 (58.59% from 255 or 43.57% from 342); Blue value is 139 (54.69% from 255 or 40.64% from 342); Max value from RGB is 149 - color contains mainly: green. Hex color #36958B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36958B is #C96A74. Grayscale: #777777. Windows color (decimal): -13199989 or 9147702. OLE color: 9147702.
HSL color Cylindrical-coordinate representation of color #36958B: hue angle of 173.68º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #36958B is Cyan = 0.64, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 54 | 149 | 139 | - |
| CMYK | 0.64 | 0 | 0.07 | 0.42 |
| HSL | 173.68º | 0.47% | 0.4% | - |
| HSV(B) | 173.68º | 0.64% | 0.58% | - |
| XYZ | 16.93 | 24.14 | 28.19 | - |
| YUV | 119.46 | 139.03 | 81.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 149 | 139 | 0.64 | 0 | 0.07 | 0.42 | 173.68 | 0.47 | 0.4 |
| Hex | 36 | 95 | 8B | 40 | 0 | 7 | 2A | AE | 2F | 28 |
| Octal | 66 | 225 | 213 | 100 | 0 | 7 | 52 | 256 | 57 | 50 |
| Binary | 110110 | 10010101 | 10001011 | 1000000 | 0 | 111 | 101010 | 10101110 | 101111 | 101000 |
Color Harmonies of #36958B
Complementary color
Monochromatic Colors of #36958B
Black with #36958B
Text Example
Text Example
White with #36958B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36958B; }
p { color: rgb(54,149,139); }
H1.HeaderClassName
{
color: #36958B;
}
.AnyTagClassName
{
color: #36958B;
}
</style>
background-color css
<style>
a { background-color: #36958B; }
a { background-color: rgb(54,149,139); }
div.DivClassName
{
background-color: #36958B;
}
.BgClassName
{
background-color: #36958B;
}
</style>
border-color css
<style>
span { border-color: #36958B; }
span { border-color: rgb(54,149,139); }
td.TdClassName
{
border-color: #36958B;
}
.TagClassName
{
border-color: #36958B;
}
</style>