Shades of Blue Gem #453EA3
Tints of Blue Gem #453EA3
RGB
CMYK
RGB Variations
Color information
#453EA3 (or 0x453EA3) is known color: Blue Gem. HEX triplet: 45, 3E and A3. RGB value is (69,62,163). Sum of RGB (Red+Green+Blue) = 69+62+163=294 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.47% from 294); Green value is 62 (24.61% from 255 or 21.09% from 294); Blue value is 163 (64.06% from 255 or 55.44% from 294); Max value from RGB is 163 - color contains mainly: blue. Hex color #453EA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453EA3 is #BAC15C. Grayscale: #4B4B4B. Windows color (decimal): -12239197 or 10698309. OLE color: 10698309.
HSL color Cylindrical-coordinate representation of color #453EA3: hue angle of 244.16º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #453EA3 is Cyan = 0.58, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 69 | 62 | 163 | - |
| CMYK | 0.58 | 0.62 | 0 | 0.36 |
| HSL | 244.16º | 0.45% | 0.44% | - |
| HSV(B) | 244.16º | 0.62% | 0.64% | - |
| XYZ | 10.79 | 7.35 | 35.5 | - |
| YUV | 75.61 | 177.32 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 62 | 163 | 0.58 | 0.62 | 0 | 0.36 | 244.16 | 0.45 | 0.44 |
| Hex | 45 | 3E | A3 | 3A | 3E | 0 | 24 | F4 | 2D | 2C |
| Octal | 105 | 76 | 243 | 72 | 76 | 0 | 44 | 364 | 55 | 54 |
| Binary | 1000101 | 111110 | 10100011 | 111010 | 111110 | 0 | 100100 | 11110100 | 101101 | 101100 |
Color Harmonies of #453EA3
Complementary color
Monochromatic Colors of #453EA3
Black with #453EA3
Text Example
Text Example
White with #453EA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453EA3; }
p { color: rgb(69,62,163); }
H1.HeaderClassName
{
color: #453EA3;
}
.AnyTagClassName
{
color: #453EA3;
}
</style>
background-color css
<style>
a { background-color: #453EA3; }
a { background-color: rgb(69,62,163); }
div.DivClassName
{
background-color: #453EA3;
}
.BgClassName
{
background-color: #453EA3;
}
</style>
border-color css
<style>
span { border-color: #453EA3; }
span { border-color: rgb(69,62,163); }
td.TdClassName
{
border-color: #453EA3;
}
.TagClassName
{
border-color: #453EA3;
}
</style>