Shades of Blue Gem #36229C
Tints of Blue Gem #36229C
RGB
CMYK
RGB Variations
Color information
#36229C (or 0x36229C) is known color: Blue Gem. HEX triplet: 36, 22 and 9C. RGB value is (54,34,156). Sum of RGB (Red+Green+Blue) = 54+34+156=244 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.13% from 244); Green value is 34 (13.67% from 255 or 13.93% from 244); Blue value is 156 (61.33% from 255 or 63.93% from 244); Max value from RGB is 156 - color contains mainly: blue. Hex color #36229C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36229C is #C9DD63. Grayscale: #353535. Windows color (decimal): -13229412 or 10232374. OLE color: 10232374.
HSL color Cylindrical-coordinate representation of color #36229C: hue angle of 249.84º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #36229C is Cyan = 0.65, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 54 | 34 | 156 | - |
| CMYK | 0.65 | 0.78 | 0 | 0.39 |
| HSL | 249.84º | 0.64% | 0.37% | - |
| HSV(B) | 249.84º | 0.78% | 0.61% | - |
| XYZ | 8.09 | 4.33 | 31.86 | - |
| YUV | 53.89 | 185.63 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 34 | 156 | 0.65 | 0.78 | 0 | 0.39 | 249.84 | 0.64 | 0.37 |
| Hex | 36 | 22 | 9C | 41 | 4E | 0 | 27 | FA | 40 | 25 |
| Octal | 66 | 42 | 234 | 101 | 116 | 0 | 47 | 372 | 100 | 45 |
| Binary | 110110 | 100010 | 10011100 | 1000001 | 1001110 | 0 | 100111 | 11111010 | 1000000 | 100101 |
Color Harmonies of #36229C
Complementary color
Monochromatic Colors of #36229C
Black with #36229C
Text Example
Text Example
White with #36229C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36229C; }
p { color: rgb(54,34,156); }
H1.HeaderClassName
{
color: #36229C;
}
.AnyTagClassName
{
color: #36229C;
}
</style>
background-color css
<style>
a { background-color: #36229C; }
a { background-color: rgb(54,34,156); }
div.DivClassName
{
background-color: #36229C;
}
.BgClassName
{
background-color: #36229C;
}
</style>
border-color css
<style>
span { border-color: #36229C; }
span { border-color: rgb(54,34,156); }
td.TdClassName
{
border-color: #36229C;
}
.TagClassName
{
border-color: #36229C;
}
</style>