Shades of Blue Gem #453A97
Tints of Blue Gem #453A97
RGB
CMYK
RGB Variations
Color information
#453A97 (or 0x453A97) is known color: Blue Gem. HEX triplet: 45, 3A and 97. RGB value is (69,58,151). Sum of RGB (Red+Green+Blue) = 69+58+151=278 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.82% from 278); Green value is 58 (23.05% from 255 or 20.86% from 278); Blue value is 151 (59.38% from 255 or 54.32% from 278); Max value from RGB is 151 - color contains mainly: blue. Hex color #453A97 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453A97 is #BAC568. Grayscale: #474747. Windows color (decimal): -12240233 or 9910853. OLE color: 9910853.
HSL color Cylindrical-coordinate representation of color #453A97: hue angle of 247.1º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #453A97 is Cyan = 0.54, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 69 | 58 | 151 | - |
| CMYK | 0.54 | 0.62 | 0 | 0.41 |
| HSL | 247.1º | 0.44% | 0.41% | - |
| HSV(B) | 247.1º | 0.62% | 0.59% | - |
| XYZ | 9.55 | 6.53 | 30.03 | - |
| YUV | 71.89 | 172.64 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 58 | 151 | 0.54 | 0.62 | 0 | 0.41 | 247.1 | 0.44 | 0.41 |
| Hex | 45 | 3A | 97 | 36 | 3E | 0 | 29 | F7 | 2C | 29 |
| Octal | 105 | 72 | 227 | 66 | 76 | 0 | 51 | 367 | 54 | 51 |
| Binary | 1000101 | 111010 | 10010111 | 110110 | 111110 | 0 | 101001 | 11110111 | 101100 | 101001 |
Color Harmonies of #453A97
Complementary color
Monochromatic Colors of #453A97
Black with #453A97
Text Example
Text Example
White with #453A97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453A97; }
p { color: rgb(69,58,151); }
H1.HeaderClassName
{
color: #453A97;
}
.AnyTagClassName
{
color: #453A97;
}
</style>
background-color css
<style>
a { background-color: #453A97; }
a { background-color: rgb(69,58,151); }
div.DivClassName
{
background-color: #453A97;
}
.BgClassName
{
background-color: #453A97;
}
</style>
border-color css
<style>
span { border-color: #453A97; }
span { border-color: rgb(69,58,151); }
td.TdClassName
{
border-color: #453A97;
}
.TagClassName
{
border-color: #453A97;
}
</style>