Shades of Blue Gem #452293
Tints of Blue Gem #452293
RGB
CMYK
RGB Variations
Color information
#452293 (or 0x452293) is known color: Blue Gem. HEX triplet: 45, 22 and 93. RGB value is (69,34,147). Sum of RGB (Red+Green+Blue) = 69+34+147=250 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.6% from 250); Green value is 34 (13.67% from 255 or 13.6% from 250); Blue value is 147 (57.81% from 255 or 58.8% from 250); Max value from RGB is 147 - color contains mainly: blue. Hex color #452293 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #452293 is #BADD6C. Grayscale: #383838. Windows color (decimal): -12246381 or 9642565. OLE color: 9642565.
HSL color Cylindrical-coordinate representation of color #452293: hue angle of 258.58º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #452293 is Cyan = 0.53, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 69 | 34 | 147 | - |
| CMYK | 0.53 | 0.77 | 0 | 0.42 |
| HSL | 258.58º | 0.62% | 0.35% | - |
| HSV(B) | 258.58º | 0.77% | 0.58% | - |
| XYZ | 8.29 | 4.52 | 28.04 | - |
| YUV | 57.35 | 178.6 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 34 | 147 | 0.53 | 0.77 | 0 | 0.42 | 258.58 | 0.62 | 0.35 |
| Hex | 45 | 22 | 93 | 35 | 4D | 0 | 2A | 103 | 3E | 23 |
| Octal | 105 | 42 | 223 | 65 | 115 | 0 | 52 | 403 | 76 | 43 |
| Binary | 1000101 | 100010 | 10010011 | 110101 | 1001101 | 0 | 101010 | 100000011 | 111110 | 100011 |
Color Harmonies of #452293
Complementary color
Monochromatic Colors of #452293
Black with #452293
Text Example
Text Example
White with #452293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452293; }
p { color: rgb(69,34,147); }
H1.HeaderClassName
{
color: #452293;
}
.AnyTagClassName
{
color: #452293;
}
</style>
background-color css
<style>
a { background-color: #452293; }
a { background-color: rgb(69,34,147); }
div.DivClassName
{
background-color: #452293;
}
.BgClassName
{
background-color: #452293;
}
</style>
border-color css
<style>
span { border-color: #452293; }
span { border-color: rgb(69,34,147); }
td.TdClassName
{
border-color: #452293;
}
.TagClassName
{
border-color: #452293;
}
</style>