Shades of Blue Gem #45289A
Tints of Blue Gem #45289A
RGB
CMYK
RGB Variations
Color information
#45289A (or 0x45289A) is known color: Blue Gem. HEX triplet: 45, 28 and 9A. RGB value is (69,40,154). Sum of RGB (Red+Green+Blue) = 69+40+154=263 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.24% from 263); Green value is 40 (16.02% from 255 or 15.21% from 263); Blue value is 154 (60.55% from 255 or 58.56% from 263); Max value from RGB is 154 - color contains mainly: blue. Hex color #45289A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #45289A is #BAD765. Grayscale: #3D3D3D. Windows color (decimal): -12244838 or 10102853. OLE color: 10102853.
HSL color Cylindrical-coordinate representation of color #45289A: hue angle of 255.26º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #45289A is Cyan = 0.55, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 69 | 40 | 154 | - |
| CMYK | 0.55 | 0.74 | 0 | 0.40 |
| HSL | 255.26º | 0.59% | 0.38% | - |
| HSV(B) | 255.26º | 0.74% | 0.6% | - |
| XYZ | 9.05 | 5.12 | 31.08 | - |
| YUV | 61.67 | 180.11 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 40 | 154 | 0.55 | 0.74 | 0 | 0.40 | 255.26 | 0.59 | 0.38 |
| Hex | 45 | 28 | 9A | 37 | 4A | 0 | 28 | FF | 3B | 26 |
| Octal | 105 | 50 | 232 | 67 | 112 | 0 | 50 | 377 | 73 | 46 |
| Binary | 1000101 | 101000 | 10011010 | 110111 | 1001010 | 0 | 101000 | 11111111 | 111011 | 100110 |
Color Harmonies of #45289A
Complementary color
Monochromatic Colors of #45289A
Black with #45289A
Text Example
Text Example
White with #45289A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45289A; }
p { color: rgb(69,40,154); }
H1.HeaderClassName
{
color: #45289A;
}
.AnyTagClassName
{
color: #45289A;
}
</style>
background-color css
<style>
a { background-color: #45289A; }
a { background-color: rgb(69,40,154); }
div.DivClassName
{
background-color: #45289A;
}
.BgClassName
{
background-color: #45289A;
}
</style>
border-color css
<style>
span { border-color: #45289A; }
span { border-color: rgb(69,40,154); }
td.TdClassName
{
border-color: #45289A;
}
.TagClassName
{
border-color: #45289A;
}
</style>