Shades of Blue Gem #452CA2
Tints of Blue Gem #452CA2
RGB
CMYK
RGB Variations
Color information
#452CA2 (or 0x452CA2) is known color: Blue Gem. HEX triplet: 45, 2C and A2. RGB value is (69,44,162). Sum of RGB (Red+Green+Blue) = 69+44+162=275 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.09% from 275); Green value is 44 (17.58% from 255 or 16% from 275); Blue value is 162 (63.67% from 255 or 58.91% from 275); Max value from RGB is 162 - color contains mainly: blue. Hex color #452CA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #452CA2 is #BAD35D. Grayscale: #404040. Windows color (decimal): -12243806 or 10628165. OLE color: 10628165.
HSL color Cylindrical-coordinate representation of color #452CA2: hue angle of 252.71º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #452CA2 is Cyan = 0.57, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 69 | 44 | 162 | - |
| CMYK | 0.57 | 0.73 | 0 | 0.36 |
| HSL | 252.71º | 0.57% | 0.4% | - |
| HSV(B) | 252.71º | 0.73% | 0.64% | - |
| XYZ | 9.88 | 5.68 | 34.76 | - |
| YUV | 64.93 | 182.78 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 44 | 162 | 0.57 | 0.73 | 0 | 0.36 | 252.71 | 0.57 | 0.4 |
| Hex | 45 | 2C | A2 | 39 | 49 | 0 | 24 | FD | 39 | 28 |
| Octal | 105 | 54 | 242 | 71 | 111 | 0 | 44 | 375 | 71 | 50 |
| Binary | 1000101 | 101100 | 10100010 | 111001 | 1001001 | 0 | 100100 | 11111101 | 111001 | 101000 |
Color Harmonies of #452CA2
Complementary color
Monochromatic Colors of #452CA2
Black with #452CA2
Text Example
Text Example
White with #452CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452CA2; }
p { color: rgb(69,44,162); }
H1.HeaderClassName
{
color: #452CA2;
}
.AnyTagClassName
{
color: #452CA2;
}
</style>
background-color css
<style>
a { background-color: #452CA2; }
a { background-color: rgb(69,44,162); }
div.DivClassName
{
background-color: #452CA2;
}
.BgClassName
{
background-color: #452CA2;
}
</style>
border-color css
<style>
span { border-color: #452CA2; }
span { border-color: rgb(69,44,162); }
td.TdClassName
{
border-color: #452CA2;
}
.TagClassName
{
border-color: #452CA2;
}
</style>