Shades of Blue Gem #45328D
Tints of Blue Gem #45328D
RGB
CMYK
RGB Variations
Color information
#45328D (or 0x45328D) is known color: Blue Gem. HEX triplet: 45, 32 and 8D. RGB value is (69,50,141). Sum of RGB (Red+Green+Blue) = 69+50+141=260 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.54% from 260); Green value is 50 (19.92% from 255 or 19.23% from 260); Blue value is 141 (55.47% from 255 or 54.23% from 260); Max value from RGB is 141 - color contains mainly: blue. Hex color #45328D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #45328D is #BACD72. Grayscale: #414141. Windows color (decimal): -12242291 or 9253445. OLE color: 9253445.
HSL color Cylindrical-coordinate representation of color #45328D: hue angle of 252.53º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #45328D is Cyan = 0.51, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 50 | 141 | - |
| CMYK | 0.51 | 0.65 | 0 | 0.45 |
| HSL | 252.53º | 0.48% | 0.37% | - |
| HSV(B) | 252.53º | 0.65% | 0.55% | - |
| XYZ | 8.4 | 5.47 | 25.81 | - |
| YUV | 66.06 | 170.29 | 130.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 50 | 141 | 0.51 | 0.65 | 0 | 0.45 | 252.53 | 0.48 | 0.37 |
| Hex | 45 | 32 | 8D | 33 | 41 | 0 | 2D | FD | 30 | 25 |
| Octal | 105 | 62 | 215 | 63 | 101 | 0 | 55 | 375 | 60 | 45 |
| Binary | 1000101 | 110010 | 10001101 | 110011 | 1000001 | 0 | 101101 | 11111101 | 110000 | 100101 |
Color Harmonies of #45328D
Complementary color
Monochromatic Colors of #45328D
Black with #45328D
Text Example
Text Example
White with #45328D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45328D; }
p { color: rgb(69,50,141); }
H1.HeaderClassName
{
color: #45328D;
}
.AnyTagClassName
{
color: #45328D;
}
</style>
background-color css
<style>
a { background-color: #45328D; }
a { background-color: rgb(69,50,141); }
div.DivClassName
{
background-color: #45328D;
}
.BgClassName
{
background-color: #45328D;
}
</style>
border-color css
<style>
span { border-color: #45328D; }
span { border-color: rgb(69,50,141); }
td.TdClassName
{
border-color: #45328D;
}
.TagClassName
{
border-color: #45328D;
}
</style>