Shades of Blue Gem #452CA1
Tints of Blue Gem #452CA1
RGB
CMYK
RGB Variations
Color information
#452CA1 (or 0x452CA1) is known color: Blue Gem. HEX triplet: 45, 2C and A1. RGB value is (69,44,161). Sum of RGB (Red+Green+Blue) = 69+44+161=274 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.18% from 274); Green value is 44 (17.58% from 255 or 16.06% from 274); Blue value is 161 (63.28% from 255 or 58.76% from 274); Max value from RGB is 161 - color contains mainly: blue. Hex color #452CA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #452CA1 is #BAD35E. Grayscale: #404040. Windows color (decimal): -12243807 or 10562629. OLE color: 10562629.
HSL color Cylindrical-coordinate representation of color #452CA1: hue angle of 252.82º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #452CA1 is Cyan = 0.57, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 69 | 44 | 161 | - |
| CMYK | 0.57 | 0.73 | 0 | 0.37 |
| HSL | 252.82º | 0.57% | 0.4% | - |
| HSV(B) | 252.82º | 0.73% | 0.63% | - |
| XYZ | 9.79 | 5.64 | 34.29 | - |
| YUV | 64.81 | 182.28 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 44 | 161 | 0.57 | 0.73 | 0 | 0.37 | 252.82 | 0.57 | 0.4 |
| Hex | 45 | 2C | A1 | 39 | 49 | 0 | 25 | FD | 39 | 28 |
| Octal | 105 | 54 | 241 | 71 | 111 | 0 | 45 | 375 | 71 | 50 |
| Binary | 1000101 | 101100 | 10100001 | 111001 | 1001001 | 0 | 100101 | 11111101 | 111001 | 101000 |
Color Harmonies of #452CA1
Complementary color
Monochromatic Colors of #452CA1
Black with #452CA1
Text Example
Text Example
White with #452CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452CA1; }
p { color: rgb(69,44,161); }
H1.HeaderClassName
{
color: #452CA1;
}
.AnyTagClassName
{
color: #452CA1;
}
</style>
background-color css
<style>
a { background-color: #452CA1; }
a { background-color: rgb(69,44,161); }
div.DivClassName
{
background-color: #452CA1;
}
.BgClassName
{
background-color: #452CA1;
}
</style>
border-color css
<style>
span { border-color: #452CA1; }
span { border-color: rgb(69,44,161); }
td.TdClassName
{
border-color: #452CA1;
}
.TagClassName
{
border-color: #452CA1;
}
</style>