Shades of Blue Gem #453EA6
Tints of Blue Gem #453EA6
RGB
CMYK
RGB Variations
Color information
#453EA6 (or 0x453EA6) is known color: Blue Gem. HEX triplet: 45, 3E and A6. RGB value is (69,62,166). Sum of RGB (Red+Green+Blue) = 69+62+166=297 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.23% from 297); Green value is 62 (24.61% from 255 or 20.88% from 297); Blue value is 166 (65.23% from 255 or 55.89% from 297); Max value from RGB is 166 - color contains mainly: blue. Hex color #453EA6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453EA6 is #BAC159. Grayscale: #4B4B4B. Windows color (decimal): -12239194 or 10894917. OLE color: 10894917.
HSL color Cylindrical-coordinate representation of color #453EA6: hue angle of 244.04º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #453EA6 is Cyan = 0.58, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 69 | 62 | 166 | - |
| CMYK | 0.58 | 0.63 | 0 | 0.35 |
| HSL | 244.04º | 0.46% | 0.45% | - |
| HSV(B) | 244.04º | 0.63% | 0.65% | - |
| XYZ | 11.06 | 7.46 | 36.93 | - |
| YUV | 75.95 | 178.82 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 62 | 166 | 0.58 | 0.63 | 0 | 0.35 | 244.04 | 0.46 | 0.45 |
| Hex | 45 | 3E | A6 | 3A | 3F | 0 | 23 | F4 | 2E | 2D |
| Octal | 105 | 76 | 246 | 72 | 77 | 0 | 43 | 364 | 56 | 55 |
| Binary | 1000101 | 111110 | 10100110 | 111010 | 111111 | 0 | 100011 | 11110100 | 101110 | 101101 |
Color Harmonies of #453EA6
Complementary color
Monochromatic Colors of #453EA6
Black with #453EA6
Text Example
Text Example
White with #453EA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453EA6; }
p { color: rgb(69,62,166); }
H1.HeaderClassName
{
color: #453EA6;
}
.AnyTagClassName
{
color: #453EA6;
}
</style>
background-color css
<style>
a { background-color: #453EA6; }
a { background-color: rgb(69,62,166); }
div.DivClassName
{
background-color: #453EA6;
}
.BgClassName
{
background-color: #453EA6;
}
</style>
border-color css
<style>
span { border-color: #453EA6; }
span { border-color: rgb(69,62,166); }
td.TdClassName
{
border-color: #453EA6;
}
.TagClassName
{
border-color: #453EA6;
}
</style>