Shades of Blue Gem #45249B
Tints of Blue Gem #45249B
RGB
CMYK
RGB Variations
Color information
#45249B (or 0x45249B) is known color: Blue Gem. HEX triplet: 45, 24 and 9B. RGB value is (69,36,155). Sum of RGB (Red+Green+Blue) = 69+36+155=260 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.54% from 260); Green value is 36 (14.45% from 255 or 13.85% from 260); Blue value is 155 (60.94% from 255 or 59.62% from 260); Max value from RGB is 155 - color contains mainly: blue. Hex color #45249B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #45249B is #BADB64. Grayscale: #3A3A3A. Windows color (decimal): -12245861 or 10167365. OLE color: 10167365.
HSL color Cylindrical-coordinate representation of color #45249B: hue angle of 256.64º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #45249B is Cyan = 0.55, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 69 | 36 | 155 | - |
| CMYK | 0.55 | 0.77 | 0 | 0.39 |
| HSL | 256.64º | 0.62% | 0.37% | - |
| HSV(B) | 256.64º | 0.77% | 0.61% | - |
| XYZ | 9 | 4.89 | 31.48 | - |
| YUV | 59.43 | 181.93 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 36 | 155 | 0.55 | 0.77 | 0 | 0.39 | 256.64 | 0.62 | 0.37 |
| Hex | 45 | 24 | 9B | 37 | 4D | 0 | 27 | 101 | 3E | 25 |
| Octal | 105 | 44 | 233 | 67 | 115 | 0 | 47 | 401 | 76 | 45 |
| Binary | 1000101 | 100100 | 10011011 | 110111 | 1001101 | 0 | 100111 | 100000001 | 111110 | 100101 |
Color Harmonies of #45249B
Complementary color
Monochromatic Colors of #45249B
Black with #45249B
Text Example
Text Example
White with #45249B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45249B; }
p { color: rgb(69,36,155); }
H1.HeaderClassName
{
color: #45249B;
}
.AnyTagClassName
{
color: #45249B;
}
</style>
background-color css
<style>
a { background-color: #45249B; }
a { background-color: rgb(69,36,155); }
div.DivClassName
{
background-color: #45249B;
}
.BgClassName
{
background-color: #45249B;
}
</style>
border-color css
<style>
span { border-color: #45249B; }
span { border-color: rgb(69,36,155); }
td.TdClassName
{
border-color: #45249B;
}
.TagClassName
{
border-color: #45249B;
}
</style>