Shades of Blue Gem #453EAA
Tints of Blue Gem #453EAA
RGB
CMYK
RGB Variations
Color information
#453EAA (or 0x453EAA) is known color: Blue Gem. HEX triplet: 45, 3E and AA. RGB value is (69,62,170). Sum of RGB (Red+Green+Blue) = 69+62+170=301 (39% of max value = 765). Red value is 69 (27.34% from 255 or 22.92% from 301); Green value is 62 (24.61% from 255 or 20.60% from 301); Blue value is 170 (66.80% from 255 or 56.48% from 301); Max value from RGB is 170 - color contains mainly: blue. Hex color #453EAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453EAA is #BAC155. Grayscale: #4B4B4B. Windows color (decimal): -12239190 or 11157061. OLE color: 11157061.
HSL color Cylindrical-coordinate representation of color #453EAA: hue angle of 243.89º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #453EAA is Cyan = 0.59, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 69 | 62 | 170 | - |
| CMYK | 0.59 | 0.64 | 0 | 0.33 |
| HSL | 243.89º | 0.47% | 0.45% | - |
| HSV(B) | 243.89º | 0.64% | 0.67% | - |
| XYZ | 11.43 | 7.61 | 38.9 | - |
| YUV | 76.41 | 180.82 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 62 | 170 | 0.59 | 0.64 | 0 | 0.33 | 243.89 | 0.47 | 0.45 |
| Hex | 45 | 3E | AA | 3B | 40 | 0 | 21 | F4 | 2F | 2D |
| Octal | 105 | 76 | 252 | 73 | 100 | 0 | 41 | 364 | 57 | 55 |
| Binary | 1000101 | 111110 | 10101010 | 111011 | 1000000 | 0 | 100001 | 11110100 | 101111 | 101101 |
Color Harmonies of #453EAA
Complementary color
Monochromatic Colors of #453EAA
Black with #453EAA
Text Example
Text Example
White with #453EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453EAA; }
p { color: rgb(69,62,170); }
H1.HeaderClassName
{
color: #453EAA;
}
.AnyTagClassName
{
color: #453EAA;
}
</style>
background-color css
<style>
a { background-color: #453EAA; }
a { background-color: rgb(69,62,170); }
div.DivClassName
{
background-color: #453EAA;
}
.BgClassName
{
background-color: #453EAA;
}
</style>
border-color css
<style>
span { border-color: #453EAA; }
span { border-color: rgb(69,62,170); }
td.TdClassName
{
border-color: #453EAA;
}
.TagClassName
{
border-color: #453EAA;
}
</style>