Shades of Blue Gem #36259C
Tints of Blue Gem #36259C
RGB
CMYK
RGB Variations
Color information
#36259C (or 0x36259C) is known color: Blue Gem. HEX triplet: 36, 25 and 9C. RGB value is (54,37,156). Sum of RGB (Red+Green+Blue) = 54+37+156=247 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.86% from 247); Green value is 37 (14.84% from 255 or 14.98% from 247); Blue value is 156 (61.33% from 255 or 63.16% from 247); Max value from RGB is 156 - color contains mainly: blue. Hex color #36259C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36259C is #C9DA63. Grayscale: #373737. Windows color (decimal): -13228644 or 10233142. OLE color: 10233142.
HSL color Cylindrical-coordinate representation of color #36259C: hue angle of 248.57º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #36259C is Cyan = 0.65, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 54 | 37 | 156 | - |
| CMYK | 0.65 | 0.76 | 0 | 0.39 |
| HSL | 248.57º | 0.62% | 0.38% | - |
| HSV(B) | 248.57º | 0.76% | 0.61% | - |
| XYZ | 8.18 | 4.51 | 31.89 | - |
| YUV | 55.65 | 184.63 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 37 | 156 | 0.65 | 0.76 | 0 | 0.39 | 248.57 | 0.62 | 0.38 |
| Hex | 36 | 25 | 9C | 41 | 4C | 0 | 27 | F9 | 3E | 26 |
| Octal | 66 | 45 | 234 | 101 | 114 | 0 | 47 | 371 | 76 | 46 |
| Binary | 110110 | 100101 | 10011100 | 1000001 | 1001100 | 0 | 100111 | 11111001 | 111110 | 100110 |
Color Harmonies of #36259C
Complementary color
Monochromatic Colors of #36259C
Black with #36259C
Text Example
Text Example
White with #36259C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36259C; }
p { color: rgb(54,37,156); }
H1.HeaderClassName
{
color: #36259C;
}
.AnyTagClassName
{
color: #36259C;
}
</style>
background-color css
<style>
a { background-color: #36259C; }
a { background-color: rgb(54,37,156); }
div.DivClassName
{
background-color: #36259C;
}
.BgClassName
{
background-color: #36259C;
}
</style>
border-color css
<style>
span { border-color: #36259C; }
span { border-color: rgb(54,37,156); }
td.TdClassName
{
border-color: #36259C;
}
.TagClassName
{
border-color: #36259C;
}
</style>