Shades of Blue Gem #452CAA
Tints of Blue Gem #452CAA
RGB
CMYK
RGB Variations
Color information
#452CAA (or 0x452CAA) is known color: Blue Gem. HEX triplet: 45, 2C and AA. RGB value is (69,44,170). Sum of RGB (Red+Green+Blue) = 69+44+170=283 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.38% from 283); Green value is 44 (17.58% from 255 or 15.55% from 283); Blue value is 170 (66.80% from 255 or 60.07% from 283); Max value from RGB is 170 - color contains mainly: blue. Hex color #452CAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #452CAA is #BAD355. Grayscale: #414141. Windows color (decimal): -12243798 or 11152453. OLE color: 11152453.
HSL color Cylindrical-coordinate representation of color #452CAA: hue angle of 251.9º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #452CAA is Cyan = 0.59, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 69 | 44 | 170 | - |
| CMYK | 0.59 | 0.74 | 0 | 0.33 |
| HSL | 251.9º | 0.59% | 0.42% | - |
| HSV(B) | 251.9º | 0.74% | 0.67% | - |
| XYZ | 10.61 | 5.97 | 38.62 | - |
| YUV | 65.84 | 186.78 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 44 | 170 | 0.59 | 0.74 | 0 | 0.33 | 251.9 | 0.59 | 0.42 |
| Hex | 45 | 2C | AA | 3B | 4A | 0 | 21 | FC | 3B | 2A |
| Octal | 105 | 54 | 252 | 73 | 112 | 0 | 41 | 374 | 73 | 52 |
| Binary | 1000101 | 101100 | 10101010 | 111011 | 1001010 | 0 | 100001 | 11111100 | 111011 | 101010 |
Color Harmonies of #452CAA
Complementary color
Monochromatic Colors of #452CAA
Black with #452CAA
Text Example
Text Example
White with #452CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452CAA; }
p { color: rgb(69,44,170); }
H1.HeaderClassName
{
color: #452CAA;
}
.AnyTagClassName
{
color: #452CAA;
}
</style>
background-color css
<style>
a { background-color: #452CAA; }
a { background-color: rgb(69,44,170); }
div.DivClassName
{
background-color: #452CAA;
}
.BgClassName
{
background-color: #452CAA;
}
</style>
border-color css
<style>
span { border-color: #452CAA; }
span { border-color: rgb(69,44,170); }
td.TdClassName
{
border-color: #452CAA;
}
.TagClassName
{
border-color: #452CAA;
}
</style>