Shades of Blue Gem #45348D
Tints of Blue Gem #45348D
RGB
CMYK
RGB Variations
Color information
#45348D (or 0x45348D) is known color: Blue Gem. HEX triplet: 45, 34 and 8D. RGB value is (69,52,141). Sum of RGB (Red+Green+Blue) = 69+52+141=262 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.34% from 262); Green value is 52 (20.70% from 255 or 19.85% from 262); Blue value is 141 (55.47% from 255 or 53.82% from 262); Max value from RGB is 141 - color contains mainly: blue. Hex color #45348D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #45348D is #BACB72. Grayscale: #424242. Windows color (decimal): -12241779 or 9253957. OLE color: 9253957.
HSL color Cylindrical-coordinate representation of color #45348D: hue angle of 251.46º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #45348D is Cyan = 0.51, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 52 | 141 | - |
| CMYK | 0.51 | 0.63 | 0 | 0.45 |
| HSL | 251.46º | 0.46% | 0.38% | - |
| HSV(B) | 251.46º | 0.63% | 0.55% | - |
| XYZ | 8.49 | 5.64 | 25.84 | - |
| YUV | 67.23 | 169.63 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 52 | 141 | 0.51 | 0.63 | 0 | 0.45 | 251.46 | 0.46 | 0.38 |
| Hex | 45 | 34 | 8D | 33 | 3F | 0 | 2D | FB | 2E | 26 |
| Octal | 105 | 64 | 215 | 63 | 77 | 0 | 55 | 373 | 56 | 46 |
| Binary | 1000101 | 110100 | 10001101 | 110011 | 111111 | 0 | 101101 | 11111011 | 101110 | 100110 |
Color Harmonies of #45348D
Complementary color
Monochromatic Colors of #45348D
Black with #45348D
Text Example
Text Example
White with #45348D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45348D; }
p { color: rgb(69,52,141); }
H1.HeaderClassName
{
color: #45348D;
}
.AnyTagClassName
{
color: #45348D;
}
</style>
background-color css
<style>
a { background-color: #45348D; }
a { background-color: rgb(69,52,141); }
div.DivClassName
{
background-color: #45348D;
}
.BgClassName
{
background-color: #45348D;
}
</style>
border-color css
<style>
span { border-color: #45348D; }
span { border-color: rgb(69,52,141); }
td.TdClassName
{
border-color: #45348D;
}
.TagClassName
{
border-color: #45348D;
}
</style>