Shades of Blue Gem #452CAC
Tints of Blue Gem #452CAC
RGB
CMYK
RGB Variations
Color information
#452CAC (or 0x452CAC) is known color: Blue Gem. HEX triplet: 45, 2C and AC. RGB value is (69,44,172). Sum of RGB (Red+Green+Blue) = 69+44+172=285 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.21% from 285); Green value is 44 (17.58% from 255 or 15.44% from 285); Blue value is 172 (67.58% from 255 or 60.35% from 285); Max value from RGB is 172 - color contains mainly: blue. Hex color #452CAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #452CAC is #BAD353. Grayscale: #414141. Windows color (decimal): -12243796 or 11283525. OLE color: 11283525.
HSL color Cylindrical-coordinate representation of color #452CAC: hue angle of 251.72º 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 #452CAC is Cyan = 0.60, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 69 | 44 | 172 | - |
| CMYK | 0.60 | 0.74 | 0 | 0.33 |
| HSL | 251.72º | 0.59% | 0.42% | - |
| HSV(B) | 251.72º | 0.74% | 0.67% | - |
| XYZ | 10.8 | 6.05 | 39.63 | - |
| YUV | 66.07 | 187.78 | 130.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 44 | 172 | 0.60 | 0.74 | 0 | 0.33 | 251.72 | 0.59 | 0.42 |
| Hex | 45 | 2C | AC | 3C | 4A | 0 | 21 | FC | 3B | 2A |
| Octal | 105 | 54 | 254 | 74 | 112 | 0 | 41 | 374 | 73 | 52 |
| Binary | 1000101 | 101100 | 10101100 | 111100 | 1001010 | 0 | 100001 | 11111100 | 111011 | 101010 |
Color Harmonies of #452CAC
Complementary color
Monochromatic Colors of #452CAC
Black with #452CAC
Text Example
Text Example
White with #452CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452CAC; }
p { color: rgb(69,44,172); }
H1.HeaderClassName
{
color: #452CAC;
}
.AnyTagClassName
{
color: #452CAC;
}
</style>
background-color css
<style>
a { background-color: #452CAC; }
a { background-color: rgb(69,44,172); }
div.DivClassName
{
background-color: #452CAC;
}
.BgClassName
{
background-color: #452CAC;
}
</style>
border-color css
<style>
span { border-color: #452CAC; }
span { border-color: rgb(69,44,172); }
td.TdClassName
{
border-color: #452CAC;
}
.TagClassName
{
border-color: #452CAC;
}
</style>