Shades of Blue Gem #45249D
Tints of Blue Gem #45249D
RGB
CMYK
RGB Variations
Color information
#45249D (or 0x45249D) is known color: Blue Gem. HEX triplet: 45, 24 and 9D. RGB value is (69,36,157). Sum of RGB (Red+Green+Blue) = 69+36+157=262 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.34% from 262); Green value is 36 (14.45% from 255 or 13.74% from 262); Blue value is 157 (61.72% from 255 or 59.92% from 262); Max value from RGB is 157 - color contains mainly: blue. Hex color #45249D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #45249D is #BADB62. Grayscale: #3B3B3B. Windows color (decimal): -12245859 or 10298437. OLE color: 10298437.
HSL color Cylindrical-coordinate representation of color #45249D: hue angle of 256.36º degrees, saturation: 0.63, 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 #45249D is Cyan = 0.56, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 69 | 36 | 157 | - |
| CMYK | 0.56 | 0.77 | 0 | 0.38 |
| HSL | 256.36º | 0.63% | 0.38% | - |
| HSV(B) | 256.36º | 0.77% | 0.62% | - |
| XYZ | 9.17 | 4.96 | 32.37 | - |
| YUV | 59.66 | 182.93 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 36 | 157 | 0.56 | 0.77 | 0 | 0.38 | 256.36 | 0.63 | 0.38 |
| Hex | 45 | 24 | 9D | 38 | 4D | 0 | 26 | 100 | 3F | 26 |
| Octal | 105 | 44 | 235 | 70 | 115 | 0 | 46 | 400 | 77 | 46 |
| Binary | 1000101 | 100100 | 10011101 | 111000 | 1001101 | 0 | 100110 | 100000000 | 111111 | 100110 |
Color Harmonies of #45249D
Complementary color
Monochromatic Colors of #45249D
Black with #45249D
Text Example
Text Example
White with #45249D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45249D; }
p { color: rgb(69,36,157); }
H1.HeaderClassName
{
color: #45249D;
}
.AnyTagClassName
{
color: #45249D;
}
</style>
background-color css
<style>
a { background-color: #45249D; }
a { background-color: rgb(69,36,157); }
div.DivClassName
{
background-color: #45249D;
}
.BgClassName
{
background-color: #45249D;
}
</style>
border-color css
<style>
span { border-color: #45249D; }
span { border-color: rgb(69,36,157); }
td.TdClassName
{
border-color: #45249D;
}
.TagClassName
{
border-color: #45249D;
}
</style>