Shades of Blue Gem #45288D
Tints of Blue Gem #45288D
RGB
CMYK
RGB Variations
Color information
#45288D (or 0x45288D) is known color: Blue Gem. HEX triplet: 45, 28 and 8D. RGB value is (69,40,141). Sum of RGB (Red+Green+Blue) = 69+40+141=250 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.6% from 250); Green value is 40 (16.02% from 255 or 16% from 250); Blue value is 141 (55.47% from 255 or 56.4% from 250); Max value from RGB is 141 - color contains mainly: blue. Hex color #45288D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #45288D is #BAD772. Grayscale: #3B3B3B. Windows color (decimal): -12244851 or 9250885. OLE color: 9250885.
HSL color Cylindrical-coordinate representation of color #45288D: hue angle of 257.23º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #45288D is Cyan = 0.51, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 40 | 141 | - |
| CMYK | 0.51 | 0.72 | 0 | 0.45 |
| HSL | 257.23º | 0.56% | 0.35% | - |
| HSV(B) | 257.23º | 0.72% | 0.55% | - |
| XYZ | 8.02 | 4.71 | 25.68 | - |
| YUV | 60.19 | 173.61 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 40 | 141 | 0.51 | 0.72 | 0 | 0.45 | 257.23 | 0.56 | 0.35 |
| Hex | 45 | 28 | 8D | 33 | 48 | 0 | 2D | 101 | 38 | 23 |
| Octal | 105 | 50 | 215 | 63 | 110 | 0 | 55 | 401 | 70 | 43 |
| Binary | 1000101 | 101000 | 10001101 | 110011 | 1001000 | 0 | 101101 | 100000001 | 111000 | 100011 |
Color Harmonies of #45288D
Complementary color
Monochromatic Colors of #45288D
Black with #45288D
Text Example
Text Example
White with #45288D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45288D; }
p { color: rgb(69,40,141); }
H1.HeaderClassName
{
color: #45288D;
}
.AnyTagClassName
{
color: #45288D;
}
</style>
background-color css
<style>
a { background-color: #45288D; }
a { background-color: rgb(69,40,141); }
div.DivClassName
{
background-color: #45288D;
}
.BgClassName
{
background-color: #45288D;
}
</style>
border-color css
<style>
span { border-color: #45288D; }
span { border-color: rgb(69,40,141); }
td.TdClassName
{
border-color: #45288D;
}
.TagClassName
{
border-color: #45288D;
}
</style>