Shades of Blue Gem #45348E
Tints of Blue Gem #45348E
RGB
CMYK
RGB Variations
Color information
#45348E (or 0x45348E) is known color: Blue Gem. HEX triplet: 45, 34 and 8E. RGB value is (69,52,142). Sum of RGB (Red+Green+Blue) = 69+52+142=263 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.24% from 263); Green value is 52 (20.70% from 255 or 19.77% from 263); Blue value is 142 (55.86% from 255 or 53.99% from 263); Max value from RGB is 142 - color contains mainly: blue. Hex color #45348E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #45348E is #BACB71. Grayscale: #434343. Windows color (decimal): -12241778 or 9319493. OLE color: 9319493.
HSL color Cylindrical-coordinate representation of color #45348E: hue angle of 251.33º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #45348E is Cyan = 0.51, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 69 | 52 | 142 | - |
| CMYK | 0.51 | 0.63 | 0 | 0.44 |
| HSL | 251.33º | 0.46% | 0.38% | - |
| HSV(B) | 251.33º | 0.63% | 0.56% | - |
| XYZ | 8.56 | 5.67 | 26.24 | - |
| YUV | 67.34 | 170.13 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 52 | 142 | 0.51 | 0.63 | 0 | 0.44 | 251.33 | 0.46 | 0.38 |
| Hex | 45 | 34 | 8E | 33 | 3F | 0 | 2C | FB | 2E | 26 |
| Octal | 105 | 64 | 216 | 63 | 77 | 0 | 54 | 373 | 56 | 46 |
| Binary | 1000101 | 110100 | 10001110 | 110011 | 111111 | 0 | 101100 | 11111011 | 101110 | 100110 |
Color Harmonies of #45348E
Complementary color
Monochromatic Colors of #45348E
Black with #45348E
Text Example
Text Example
White with #45348E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45348E; }
p { color: rgb(69,52,142); }
H1.HeaderClassName
{
color: #45348E;
}
.AnyTagClassName
{
color: #45348E;
}
</style>
background-color css
<style>
a { background-color: #45348E; }
a { background-color: rgb(69,52,142); }
div.DivClassName
{
background-color: #45348E;
}
.BgClassName
{
background-color: #45348E;
}
</style>
border-color css
<style>
span { border-color: #45348E; }
span { border-color: rgb(69,52,142); }
td.TdClassName
{
border-color: #45348E;
}
.TagClassName
{
border-color: #45348E;
}
</style>