Shades of Blue Gem #36259E
Tints of Blue Gem #36259E
RGB
CMYK
RGB Variations
Color information
#36259E (or 0x36259E) is known color: Blue Gem. HEX triplet: 36, 25 and 9E. RGB value is (54,37,158). Sum of RGB (Red+Green+Blue) = 54+37+158=249 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.69% from 249); Green value is 37 (14.84% from 255 or 14.86% from 249); Blue value is 158 (62.11% from 255 or 63.45% from 249); Max value from RGB is 158 - color contains mainly: blue. Hex color #36259E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36259E is #C9DA61. Grayscale: #373737. Windows color (decimal): -13228642 or 10364214. OLE color: 10364214.
HSL color Cylindrical-coordinate representation of color #36259E: hue angle of 248.43º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #36259E is Cyan = 0.66, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 54 | 37 | 158 | - |
| CMYK | 0.66 | 0.77 | 0 | 0.38 |
| HSL | 248.43º | 0.62% | 0.38% | - |
| HSV(B) | 248.43º | 0.77% | 0.62% | - |
| XYZ | 8.35 | 4.58 | 32.79 | - |
| YUV | 55.88 | 185.63 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 37 | 158 | 0.66 | 0.77 | 0 | 0.38 | 248.43 | 0.62 | 0.38 |
| Hex | 36 | 25 | 9E | 42 | 4D | 0 | 26 | F8 | 3E | 26 |
| Octal | 66 | 45 | 236 | 102 | 115 | 0 | 46 | 370 | 76 | 46 |
| Binary | 110110 | 100101 | 10011110 | 1000010 | 1001101 | 0 | 100110 | 11111000 | 111110 | 100110 |
Color Harmonies of #36259E
Complementary color
Monochromatic Colors of #36259E
Black with #36259E
Text Example
Text Example
White with #36259E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36259E; }
p { color: rgb(54,37,158); }
H1.HeaderClassName
{
color: #36259E;
}
.AnyTagClassName
{
color: #36259E;
}
</style>
background-color css
<style>
a { background-color: #36259E; }
a { background-color: rgb(54,37,158); }
div.DivClassName
{
background-color: #36259E;
}
.BgClassName
{
background-color: #36259E;
}
</style>
border-color css
<style>
span { border-color: #36259E; }
span { border-color: rgb(54,37,158); }
td.TdClassName
{
border-color: #36259E;
}
.TagClassName
{
border-color: #36259E;
}
</style>