Shades of Blue Chill #36999A
Tints of Blue Chill #36999A
RGB
CMYK
RGB Variations
Color information
#36999A (or 0x36999A) is known color: Blue Chill. HEX triplet: 36, 99 and 9A. RGB value is (54,153,154). Sum of RGB (Red+Green+Blue) = 54+153+154=361 (47% of max value = 765). Red value is 54 (21.48% from 255 or 14.96% from 361); Green value is 153 (60.16% from 255 or 42.38% from 361); Blue value is 154 (60.55% from 255 or 42.66% from 361); Max value from RGB is 154 - color contains mainly: blue. Hex color #36999A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36999A is #C96665. Grayscale: #7B7B7B. Windows color (decimal): -13198950 or 10131766. OLE color: 10131766.
HSL color Cylindrical-coordinate representation of color #36999A: hue angle of 180.6º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #36999A is Cyan = 0.65, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 54 | 153 | 154 | - |
| CMYK | 0.65 | 0.01 | 0 | 0.40 |
| HSL | 180.6º | 0.48% | 0.41% | - |
| HSV(B) | 180.6º | 0.65% | 0.6% | - |
| XYZ | 18.75 | 25.9 | 34.58 | - |
| YUV | 123.51 | 145.2 | 78.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 153 | 154 | 0.65 | 0.01 | 0 | 0.40 | 180.6 | 0.48 | 0.41 |
| Hex | 36 | 99 | 9A | 41 | 1 | 0 | 28 | B5 | 30 | 29 |
| Octal | 66 | 231 | 232 | 101 | 1 | 0 | 50 | 265 | 60 | 51 |
| Binary | 110110 | 10011001 | 10011010 | 1000001 | 1 | 0 | 101000 | 10110101 | 110000 | 101001 |
Color Harmonies of #36999A
Complementary color
Monochromatic Colors of #36999A
Black with #36999A
Text Example
Text Example
White with #36999A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36999A; }
p { color: rgb(54,153,154); }
H1.HeaderClassName
{
color: #36999A;
}
.AnyTagClassName
{
color: #36999A;
}
</style>
background-color css
<style>
a { background-color: #36999A; }
a { background-color: rgb(54,153,154); }
div.DivClassName
{
background-color: #36999A;
}
.BgClassName
{
background-color: #36999A;
}
</style>
border-color css
<style>
span { border-color: #36999A; }
span { border-color: rgb(54,153,154); }
td.TdClassName
{
border-color: #36999A;
}
.TagClassName
{
border-color: #36999A;
}
</style>