Shades of Blue Gem #453795
Tints of Blue Gem #453795
RGB
CMYK
RGB Variations
Color information
#453795 (or 0x453795) is known color: Blue Gem. HEX triplet: 45, 37 and 95. RGB value is (69,55,149). Sum of RGB (Red+Green+Blue) = 69+55+149=273 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.27% from 273); Green value is 55 (21.88% from 255 or 20.15% from 273); Blue value is 149 (58.59% from 255 or 54.58% from 273); Max value from RGB is 149 - color contains mainly: blue. Hex color #453795 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453795 is #BAC86A. Grayscale: #454545. Windows color (decimal): -12241003 or 9779013. OLE color: 9779013.
HSL color Cylindrical-coordinate representation of color #453795: hue angle of 248.94º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #453795 is Cyan = 0.54, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 69 | 55 | 149 | - |
| CMYK | 0.54 | 0.63 | 0 | 0.42 |
| HSL | 248.94º | 0.46% | 0.4% | - |
| HSV(B) | 248.94º | 0.63% | 0.58% | - |
| XYZ | 9.25 | 6.17 | 29.14 | - |
| YUV | 69.9 | 172.64 | 127.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 55 | 149 | 0.54 | 0.63 | 0 | 0.42 | 248.94 | 0.46 | 0.4 |
| Hex | 45 | 37 | 95 | 36 | 3F | 0 | 2A | F9 | 2E | 28 |
| Octal | 105 | 67 | 225 | 66 | 77 | 0 | 52 | 371 | 56 | 50 |
| Binary | 1000101 | 110111 | 10010101 | 110110 | 111111 | 0 | 101010 | 11111001 | 101110 | 101000 |
Color Harmonies of #453795
Complementary color
Monochromatic Colors of #453795
Black with #453795
Text Example
Text Example
White with #453795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453795; }
p { color: rgb(69,55,149); }
H1.HeaderClassName
{
color: #453795;
}
.AnyTagClassName
{
color: #453795;
}
</style>
background-color css
<style>
a { background-color: #453795; }
a { background-color: rgb(69,55,149); }
div.DivClassName
{
background-color: #453795;
}
.BgClassName
{
background-color: #453795;
}
</style>
border-color css
<style>
span { border-color: #453795; }
span { border-color: rgb(69,55,149); }
td.TdClassName
{
border-color: #453795;
}
.TagClassName
{
border-color: #453795;
}
</style>