Shades of Blue Gem #452AA2
Tints of Blue Gem #452AA2
RGB
CMYK
RGB Variations
Color information
#452AA2 (or 0x452AA2) is known color: Blue Gem. HEX triplet: 45, 2A and A2. RGB value is (69,42,162). Sum of RGB (Red+Green+Blue) = 69+42+162=273 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.27% from 273); Green value is 42 (16.80% from 255 or 15.38% from 273); Blue value is 162 (63.67% from 255 or 59.34% from 273); Max value from RGB is 162 - color contains mainly: blue. Hex color #452AA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #452AA2 is #BAD55D. Grayscale: #3F3F3F. Windows color (decimal): -12244318 or 10627653. OLE color: 10627653.
HSL color Cylindrical-coordinate representation of color #452AA2: hue angle of 253.5º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #452AA2 is Cyan = 0.57, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 69 | 42 | 162 | - |
| CMYK | 0.57 | 0.74 | 0 | 0.36 |
| HSL | 253.5º | 0.59% | 0.4% | - |
| HSV(B) | 253.5º | 0.74% | 0.64% | - |
| XYZ | 9.8 | 5.53 | 34.73 | - |
| YUV | 63.75 | 183.45 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 42 | 162 | 0.57 | 0.74 | 0 | 0.36 | 253.5 | 0.59 | 0.4 |
| Hex | 45 | 2A | A2 | 39 | 4A | 0 | 24 | FE | 3B | 28 |
| Octal | 105 | 52 | 242 | 71 | 112 | 0 | 44 | 376 | 73 | 50 |
| Binary | 1000101 | 101010 | 10100010 | 111001 | 1001010 | 0 | 100100 | 11111110 | 111011 | 101000 |
Color Harmonies of #452AA2
Complementary color
Monochromatic Colors of #452AA2
Black with #452AA2
Text Example
Text Example
White with #452AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452AA2; }
p { color: rgb(69,42,162); }
H1.HeaderClassName
{
color: #452AA2;
}
.AnyTagClassName
{
color: #452AA2;
}
</style>
background-color css
<style>
a { background-color: #452AA2; }
a { background-color: rgb(69,42,162); }
div.DivClassName
{
background-color: #452AA2;
}
.BgClassName
{
background-color: #452AA2;
}
</style>
border-color css
<style>
span { border-color: #452AA2; }
span { border-color: rgb(69,42,162); }
td.TdClassName
{
border-color: #452AA2;
}
.TagClassName
{
border-color: #452AA2;
}
</style>