Shades of Blue Gem #453791
Tints of Blue Gem #453791
RGB
CMYK
RGB Variations
Color information
#453791 (or 0x453791) is known color: Blue Gem. HEX triplet: 45, 37 and 91. RGB value is (69,55,145). Sum of RGB (Red+Green+Blue) = 69+55+145=269 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.65% from 269); Green value is 55 (21.88% from 255 or 20.45% from 269); Blue value is 145 (57.03% from 255 or 53.90% from 269); Max value from RGB is 145 - color contains mainly: blue. Hex color #453791 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453791 is #BAC86E. Grayscale: #454545. Windows color (decimal): -12241007 or 9516869. OLE color: 9516869.
HSL color Cylindrical-coordinate representation of color #453791: hue angle of 249.33º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #453791 is Cyan = 0.52, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 69 | 55 | 145 | - |
| CMYK | 0.52 | 0.62 | 0 | 0.43 |
| HSL | 249.33º | 0.45% | 0.39% | - |
| HSV(B) | 249.33º | 0.62% | 0.57% | - |
| XYZ | 8.93 | 6.04 | 27.48 | - |
| YUV | 69.45 | 170.64 | 127.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 55 | 145 | 0.52 | 0.62 | 0 | 0.43 | 249.33 | 0.45 | 0.39 |
| Hex | 45 | 37 | 91 | 34 | 3E | 0 | 2B | F9 | 2D | 27 |
| Octal | 105 | 67 | 221 | 64 | 76 | 0 | 53 | 371 | 55 | 47 |
| Binary | 1000101 | 110111 | 10010001 | 110100 | 111110 | 0 | 101011 | 11111001 | 101101 | 100111 |
Color Harmonies of #453791
Complementary color
Monochromatic Colors of #453791
Black with #453791
Text Example
Text Example
White with #453791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453791; }
p { color: rgb(69,55,145); }
H1.HeaderClassName
{
color: #453791;
}
.AnyTagClassName
{
color: #453791;
}
</style>
background-color css
<style>
a { background-color: #453791; }
a { background-color: rgb(69,55,145); }
div.DivClassName
{
background-color: #453791;
}
.BgClassName
{
background-color: #453791;
}
</style>
border-color css
<style>
span { border-color: #453791; }
span { border-color: rgb(69,55,145); }
td.TdClassName
{
border-color: #453791;
}
.TagClassName
{
border-color: #453791;
}
</style>