Shades of Blue Gem #453590
Tints of Blue Gem #453590
RGB
CMYK
RGB Variations
Color information
#453590 (or 0x453590) is known color: Blue Gem. HEX triplet: 45, 35 and 90. RGB value is (69,53,144). Sum of RGB (Red+Green+Blue) = 69+53+144=266 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.94% from 266); Green value is 53 (21.09% from 255 or 19.92% from 266); Blue value is 144 (56.64% from 255 or 54.14% from 266); Max value from RGB is 144 - color contains mainly: blue. Hex color #453590 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453590 is #BACA6F. Grayscale: #434343. Windows color (decimal): -12241520 or 9450821. OLE color: 9450821.
HSL color Cylindrical-coordinate representation of color #453590: hue angle of 250.55º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #453590 is Cyan = 0.52, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 69 | 53 | 144 | - |
| CMYK | 0.52 | 0.63 | 0 | 0.44 |
| HSL | 250.55º | 0.46% | 0.39% | - |
| HSV(B) | 250.55º | 0.63% | 0.56% | - |
| XYZ | 8.76 | 5.83 | 27.05 | - |
| YUV | 68.16 | 170.8 | 128.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 53 | 144 | 0.52 | 0.63 | 0 | 0.44 | 250.55 | 0.46 | 0.39 |
| Hex | 45 | 35 | 90 | 34 | 3F | 0 | 2C | FB | 2E | 27 |
| Octal | 105 | 65 | 220 | 64 | 77 | 0 | 54 | 373 | 56 | 47 |
| Binary | 1000101 | 110101 | 10010000 | 110100 | 111111 | 0 | 101100 | 11111011 | 101110 | 100111 |
Color Harmonies of #453590
Complementary color
Monochromatic Colors of #453590
Black with #453590
Text Example
Text Example
White with #453590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453590; }
p { color: rgb(69,53,144); }
H1.HeaderClassName
{
color: #453590;
}
.AnyTagClassName
{
color: #453590;
}
</style>
background-color css
<style>
a { background-color: #453590; }
a { background-color: rgb(69,53,144); }
div.DivClassName
{
background-color: #453590;
}
.BgClassName
{
background-color: #453590;
}
</style>
border-color css
<style>
span { border-color: #453590; }
span { border-color: rgb(69,53,144); }
td.TdClassName
{
border-color: #453590;
}
.TagClassName
{
border-color: #453590;
}
</style>