Shades of Blue Gem #45298C
Tints of Blue Gem #45298C
RGB
CMYK
RGB Variations
Color information
#45298C (or 0x45298C) is known color: Blue Gem. HEX triplet: 45, 29 and 8C. RGB value is (69,41,140). Sum of RGB (Red+Green+Blue) = 69+41+140=250 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.6% from 250); Green value is 41 (16.41% from 255 or 16.4% from 250); Blue value is 140 (55.08% from 255 or 56% from 250); Max value from RGB is 140 - color contains mainly: blue. Hex color #45298C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #45298C is #BAD673. Grayscale: #3C3C3C. Windows color (decimal): -12244596 or 9185605. OLE color: 9185605.
HSL color Cylindrical-coordinate representation of color #45298C: hue angle of 256.97º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #45298C is Cyan = 0.51, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 41 | 140 | - |
| CMYK | 0.51 | 0.71 | 0 | 0.45 |
| HSL | 256.97º | 0.55% | 0.35% | - |
| HSV(B) | 256.97º | 0.71% | 0.55% | - |
| XYZ | 7.98 | 4.74 | 25.31 | - |
| YUV | 60.66 | 172.78 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 41 | 140 | 0.51 | 0.71 | 0 | 0.45 | 256.97 | 0.55 | 0.35 |
| Hex | 45 | 29 | 8C | 33 | 47 | 0 | 2D | 101 | 37 | 23 |
| Octal | 105 | 51 | 214 | 63 | 107 | 0 | 55 | 401 | 67 | 43 |
| Binary | 1000101 | 101001 | 10001100 | 110011 | 1000111 | 0 | 101101 | 100000001 | 110111 | 100011 |
Color Harmonies of #45298C
Complementary color
Monochromatic Colors of #45298C
Black with #45298C
Text Example
Text Example
White with #45298C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45298C; }
p { color: rgb(69,41,140); }
H1.HeaderClassName
{
color: #45298C;
}
.AnyTagClassName
{
color: #45298C;
}
</style>
background-color css
<style>
a { background-color: #45298C; }
a { background-color: rgb(69,41,140); }
div.DivClassName
{
background-color: #45298C;
}
.BgClassName
{
background-color: #45298C;
}
</style>
border-color css
<style>
span { border-color: #45298C; }
span { border-color: rgb(69,41,140); }
td.TdClassName
{
border-color: #45298C;
}
.TagClassName
{
border-color: #45298C;
}
</style>