Shades of Blue Gem #452AAF
Tints of Blue Gem #452AAF
RGB
CMYK
RGB Variations
Color information
#452AAF (or 0x452AAF) is known color: Blue Gem. HEX triplet: 45, 2A and AF. RGB value is (69,42,175). Sum of RGB (Red+Green+Blue) = 69+42+175=286 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.13% from 286); Green value is 42 (16.80% from 255 or 14.69% from 286); Blue value is 175 (68.75% from 255 or 61.19% from 286); Max value from RGB is 175 - color contains mainly: blue. Hex color #452AAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #452AAF is #BAD550. Grayscale: #404040. Windows color (decimal): -12244305 or 11479621. OLE color: 11479621.
HSL color Cylindrical-coordinate representation of color #452AAF: hue angle of 252.18º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #452AAF is Cyan = 0.61, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 69 | 42 | 175 | - |
| CMYK | 0.61 | 0.76 | 0 | 0.31 |
| HSL | 252.18º | 0.61% | 0.43% | - |
| HSV(B) | 252.18º | 0.76% | 0.69% | - |
| XYZ | 11.02 | 6.02 | 41.14 | - |
| YUV | 65.24 | 189.95 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 42 | 175 | 0.61 | 0.76 | 0 | 0.31 | 252.18 | 0.61 | 0.43 |
| Hex | 45 | 2A | AF | 3D | 4C | 0 | 1F | FC | 3D | 2B |
| Octal | 105 | 52 | 257 | 75 | 114 | 0 | 37 | 374 | 75 | 53 |
| Binary | 1000101 | 101010 | 10101111 | 111101 | 1001100 | 0 | 11111 | 11111100 | 111101 | 101011 |
Color Harmonies of #452AAF
Complementary color
Monochromatic Colors of #452AAF
Black with #452AAF
Text Example
Text Example
White with #452AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452AAF; }
p { color: rgb(69,42,175); }
H1.HeaderClassName
{
color: #452AAF;
}
.AnyTagClassName
{
color: #452AAF;
}
</style>
background-color css
<style>
a { background-color: #452AAF; }
a { background-color: rgb(69,42,175); }
div.DivClassName
{
background-color: #452AAF;
}
.BgClassName
{
background-color: #452AAF;
}
</style>
border-color css
<style>
span { border-color: #452AAF; }
span { border-color: rgb(69,42,175); }
td.TdClassName
{
border-color: #452AAF;
}
.TagClassName
{
border-color: #452AAF;
}
</style>