Shades of Blue Gem #453CA9
Tints of Blue Gem #453CA9
RGB
CMYK
RGB Variations
Color information
#453CA9 (or 0x453CA9) is known color: Blue Gem. HEX triplet: 45, 3C and A9. RGB value is (69,60,169). Sum of RGB (Red+Green+Blue) = 69+60+169=298 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.15% from 298); Green value is 60 (23.83% from 255 or 20.13% from 298); Blue value is 169 (66.41% from 255 or 56.71% from 298); Max value from RGB is 169 - color contains mainly: blue. Hex color #453CA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453CA9 is #BAC356. Grayscale: #4A4A4A. Windows color (decimal): -12239703 or 11091013. OLE color: 11091013.
HSL color Cylindrical-coordinate representation of color #453CA9: hue angle of 244.95º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #453CA9 is Cyan = 0.59, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 69 | 60 | 169 | - |
| CMYK | 0.59 | 0.64 | 0 | 0.34 |
| HSL | 244.95º | 0.48% | 0.45% | - |
| HSV(B) | 244.95º | 0.64% | 0.66% | - |
| XYZ | 11.23 | 7.36 | 38.37 | - |
| YUV | 75.12 | 180.98 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 60 | 169 | 0.59 | 0.64 | 0 | 0.34 | 244.95 | 0.48 | 0.45 |
| Hex | 45 | 3C | A9 | 3B | 40 | 0 | 22 | F5 | 30 | 2D |
| Octal | 105 | 74 | 251 | 73 | 100 | 0 | 42 | 365 | 60 | 55 |
| Binary | 1000101 | 111100 | 10101001 | 111011 | 1000000 | 0 | 100010 | 11110101 | 110000 | 101101 |
Color Harmonies of #453CA9
Complementary color
Monochromatic Colors of #453CA9
Black with #453CA9
Text Example
Text Example
White with #453CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453CA9; }
p { color: rgb(69,60,169); }
H1.HeaderClassName
{
color: #453CA9;
}
.AnyTagClassName
{
color: #453CA9;
}
</style>
background-color css
<style>
a { background-color: #453CA9; }
a { background-color: rgb(69,60,169); }
div.DivClassName
{
background-color: #453CA9;
}
.BgClassName
{
background-color: #453CA9;
}
</style>
border-color css
<style>
span { border-color: #453CA9; }
span { border-color: rgb(69,60,169); }
td.TdClassName
{
border-color: #453CA9;
}
.TagClassName
{
border-color: #453CA9;
}
</style>