Shades of Blue Gem #452AAD
Tints of Blue Gem #452AAD
RGB
CMYK
RGB Variations
Color information
#452AAD (or 0x452AAD) is known color: Blue Gem. HEX triplet: 45, 2A and AD. RGB value is (69,42,173). Sum of RGB (Red+Green+Blue) = 69+42+173=284 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.30% from 284); Green value is 42 (16.80% from 255 or 14.79% from 284); Blue value is 173 (67.97% from 255 or 60.92% from 284); Max value from RGB is 173 - color contains mainly: blue. Hex color #452AAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #452AAD is #BAD552. Grayscale: #404040. Windows color (decimal): -12244307 or 11348549. OLE color: 11348549.
HSL color Cylindrical-coordinate representation of color #452AAD: hue angle of 252.37º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #452AAD is Cyan = 0.60, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 69 | 42 | 173 | - |
| CMYK | 0.60 | 0.76 | 0 | 0.32 |
| HSL | 252.37º | 0.61% | 0.42% | - |
| HSV(B) | 252.37º | 0.76% | 0.68% | - |
| XYZ | 10.83 | 5.94 | 40.11 | - |
| YUV | 65.01 | 188.95 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 42 | 173 | 0.60 | 0.76 | 0 | 0.32 | 252.37 | 0.61 | 0.42 |
| Hex | 45 | 2A | AD | 3C | 4C | 0 | 20 | FC | 3D | 2A |
| Octal | 105 | 52 | 255 | 74 | 114 | 0 | 40 | 374 | 75 | 52 |
| Binary | 1000101 | 101010 | 10101101 | 111100 | 1001100 | 0 | 100000 | 11111100 | 111101 | 101010 |
Color Harmonies of #452AAD
Complementary color
Monochromatic Colors of #452AAD
Black with #452AAD
Text Example
Text Example
White with #452AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452AAD; }
p { color: rgb(69,42,173); }
H1.HeaderClassName
{
color: #452AAD;
}
.AnyTagClassName
{
color: #452AAD;
}
</style>
background-color css
<style>
a { background-color: #452AAD; }
a { background-color: rgb(69,42,173); }
div.DivClassName
{
background-color: #452AAD;
}
.BgClassName
{
background-color: #452AAD;
}
</style>
border-color css
<style>
span { border-color: #452AAD; }
span { border-color: rgb(69,42,173); }
td.TdClassName
{
border-color: #452AAD;
}
.TagClassName
{
border-color: #452AAD;
}
</style>