Shades of Blue Gem #453293
Tints of Blue Gem #453293
RGB
CMYK
RGB Variations
Color information
#453293 (or 0x453293) is known color: Blue Gem. HEX triplet: 45, 32 and 93. RGB value is (69,50,147). Sum of RGB (Red+Green+Blue) = 69+50+147=266 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.94% from 266); Green value is 50 (19.92% from 255 or 18.80% from 266); Blue value is 147 (57.81% from 255 or 55.26% from 266); Max value from RGB is 147 - color contains mainly: blue. Hex color #453293 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453293 is #BACD6C. Grayscale: #424242. Windows color (decimal): -12242285 or 9646661. OLE color: 9646661.
HSL color Cylindrical-coordinate representation of color #453293: hue angle of 251.75º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #453293 is Cyan = 0.53, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 69 | 50 | 147 | - |
| CMYK | 0.53 | 0.66 | 0 | 0.42 |
| HSL | 251.75º | 0.49% | 0.39% | - |
| HSV(B) | 251.75º | 0.66% | 0.58% | - |
| XYZ | 8.86 | 5.65 | 28.23 | - |
| YUV | 66.74 | 173.29 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 50 | 147 | 0.53 | 0.66 | 0 | 0.42 | 251.75 | 0.49 | 0.39 |
| Hex | 45 | 32 | 93 | 35 | 42 | 0 | 2A | FC | 31 | 27 |
| Octal | 105 | 62 | 223 | 65 | 102 | 0 | 52 | 374 | 61 | 47 |
| Binary | 1000101 | 110010 | 10010011 | 110101 | 1000010 | 0 | 101010 | 11111100 | 110001 | 100111 |
Color Harmonies of #453293
Complementary color
Monochromatic Colors of #453293
Black with #453293
Text Example
Text Example
White with #453293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453293; }
p { color: rgb(69,50,147); }
H1.HeaderClassName
{
color: #453293;
}
.AnyTagClassName
{
color: #453293;
}
</style>
background-color css
<style>
a { background-color: #453293; }
a { background-color: rgb(69,50,147); }
div.DivClassName
{
background-color: #453293;
}
.BgClassName
{
background-color: #453293;
}
</style>
border-color css
<style>
span { border-color: #453293; }
span { border-color: rgb(69,50,147); }
td.TdClassName
{
border-color: #453293;
}
.TagClassName
{
border-color: #453293;
}
</style>