Shades of Blue Gem #453FA9
Tints of Blue Gem #453FA9
RGB
CMYK
RGB Variations
Color information
#453FA9 (or 0x453FA9) is known color: Blue Gem. HEX triplet: 45, 3F and A9. RGB value is (69,63,169). Sum of RGB (Red+Green+Blue) = 69+63+169=301 (39% of max value = 765). Red value is 69 (27.34% from 255 or 22.92% from 301); Green value is 63 (25% from 255 or 20.93% from 301); Blue value is 169 (66.41% from 255 or 56.15% from 301); Max value from RGB is 169 - color contains mainly: blue. Hex color #453FA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453FA9 is #BAC056. Grayscale: #4C4C4C. Windows color (decimal): -12238935 or 11091781. OLE color: 11091781.
HSL color Cylindrical-coordinate representation of color #453FA9: hue angle of 243.4º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #453FA9 is Cyan = 0.59, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 69 | 63 | 169 | - |
| CMYK | 0.59 | 0.63 | 0 | 0.34 |
| HSL | 243.4º | 0.46% | 0.45% | - |
| HSV(B) | 243.4º | 0.63% | 0.66% | - |
| XYZ | 11.39 | 7.68 | 38.42 | - |
| YUV | 76.88 | 179.99 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 63 | 169 | 0.59 | 0.63 | 0 | 0.34 | 243.4 | 0.46 | 0.45 |
| Hex | 45 | 3F | A9 | 3B | 3F | 0 | 22 | F3 | 2E | 2D |
| Octal | 105 | 77 | 251 | 73 | 77 | 0 | 42 | 363 | 56 | 55 |
| Binary | 1000101 | 111111 | 10101001 | 111011 | 111111 | 0 | 100010 | 11110011 | 101110 | 101101 |
Color Harmonies of #453FA9
Complementary color
Monochromatic Colors of #453FA9
Black with #453FA9
Text Example
Text Example
White with #453FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453FA9; }
p { color: rgb(69,63,169); }
H1.HeaderClassName
{
color: #453FA9;
}
.AnyTagClassName
{
color: #453FA9;
}
</style>
background-color css
<style>
a { background-color: #453FA9; }
a { background-color: rgb(69,63,169); }
div.DivClassName
{
background-color: #453FA9;
}
.BgClassName
{
background-color: #453FA9;
}
</style>
border-color css
<style>
span { border-color: #453FA9; }
span { border-color: rgb(69,63,169); }
td.TdClassName
{
border-color: #453FA9;
}
.TagClassName
{
border-color: #453FA9;
}
</style>