Shades of Blue Gem #452392
Tints of Blue Gem #452392
RGB
CMYK
RGB Variations
Color information
#452392 (or 0x452392) is known color: Blue Gem. HEX triplet: 45, 23 and 92. RGB value is (69,35,146). Sum of RGB (Red+Green+Blue) = 69+35+146=250 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.6% from 250); Green value is 35 (14.06% from 255 or 14% from 250); Blue value is 146 (57.42% from 255 or 58.4% from 250); Max value from RGB is 146 - color contains mainly: blue. Hex color #452392 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #452392 is #BADC6D. Grayscale: #393939. Windows color (decimal): -12246126 or 9577285. OLE color: 9577285.
HSL color Cylindrical-coordinate representation of color #452392: hue angle of 258.38º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #452392 is Cyan = 0.53, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 69 | 35 | 146 | - |
| CMYK | 0.53 | 0.76 | 0 | 0.43 |
| HSL | 258.38º | 0.61% | 0.35% | - |
| HSV(B) | 258.38º | 0.76% | 0.57% | - |
| XYZ | 8.24 | 4.54 | 27.64 | - |
| YUV | 57.82 | 177.76 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 35 | 146 | 0.53 | 0.76 | 0 | 0.43 | 258.38 | 0.61 | 0.35 |
| Hex | 45 | 23 | 92 | 35 | 4C | 0 | 2B | 102 | 3D | 23 |
| Octal | 105 | 43 | 222 | 65 | 114 | 0 | 53 | 402 | 75 | 43 |
| Binary | 1000101 | 100011 | 10010010 | 110101 | 1001100 | 0 | 101011 | 100000010 | 111101 | 100011 |
Color Harmonies of #452392
Complementary color
Monochromatic Colors of #452392
Black with #452392
Text Example
Text Example
White with #452392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452392; }
p { color: rgb(69,35,146); }
H1.HeaderClassName
{
color: #452392;
}
.AnyTagClassName
{
color: #452392;
}
</style>
background-color css
<style>
a { background-color: #452392; }
a { background-color: rgb(69,35,146); }
div.DivClassName
{
background-color: #452392;
}
.BgClassName
{
background-color: #452392;
}
</style>
border-color css
<style>
span { border-color: #452392; }
span { border-color: rgb(69,35,146); }
td.TdClassName
{
border-color: #452392;
}
.TagClassName
{
border-color: #452392;
}
</style>