Shades of Blue Gem #453191
Tints of Blue Gem #453191
RGB
CMYK
RGB Variations
Color information
#453191 (or 0x453191) is known color: Blue Gem. HEX triplet: 45, 31 and 91. RGB value is (69,49,145). Sum of RGB (Red+Green+Blue) = 69+49+145=263 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.24% from 263); Green value is 49 (19.53% from 255 or 18.63% from 263); Blue value is 145 (57.03% from 255 or 55.13% from 263); Max value from RGB is 145 - color contains mainly: blue. Hex color #453191 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453191 is #BACE6E. Grayscale: #414141. Windows color (decimal): -12242543 or 9515333. OLE color: 9515333.
HSL color Cylindrical-coordinate representation of color #453191: hue angle of 252.5º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #453191 is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 69 | 49 | 145 | - |
| CMYK | 0.52 | 0.66 | 0 | 0.43 |
| HSL | 252.5º | 0.49% | 0.38% | - |
| HSV(B) | 252.5º | 0.66% | 0.57% | - |
| XYZ | 8.66 | 5.51 | 27.39 | - |
| YUV | 65.92 | 172.63 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 49 | 145 | 0.52 | 0.66 | 0 | 0.43 | 252.5 | 0.49 | 0.38 |
| Hex | 45 | 31 | 91 | 34 | 42 | 0 | 2B | FD | 31 | 26 |
| Octal | 105 | 61 | 221 | 64 | 102 | 0 | 53 | 375 | 61 | 46 |
| Binary | 1000101 | 110001 | 10010001 | 110100 | 1000010 | 0 | 101011 | 11111101 | 110001 | 100110 |
Color Harmonies of #453191
Complementary color
Monochromatic Colors of #453191
Black with #453191
Text Example
Text Example
White with #453191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453191; }
p { color: rgb(69,49,145); }
H1.HeaderClassName
{
color: #453191;
}
.AnyTagClassName
{
color: #453191;
}
</style>
background-color css
<style>
a { background-color: #453191; }
a { background-color: rgb(69,49,145); }
div.DivClassName
{
background-color: #453191;
}
.BgClassName
{
background-color: #453191;
}
</style>
border-color css
<style>
span { border-color: #453191; }
span { border-color: rgb(69,49,145); }
td.TdClassName
{
border-color: #453191;
}
.TagClassName
{
border-color: #453191;
}
</style>