Shades of Blue Gem #452E90
Tints of Blue Gem #452E90
RGB
CMYK
RGB Variations
Color information
#452E90 (or 0x452E90) is known color: Blue Gem. HEX triplet: 45, 2E and 90. RGB value is (69,46,144). Sum of RGB (Red+Green+Blue) = 69+46+144=259 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.64% from 259); Green value is 46 (18.36% from 255 or 17.76% from 259); Blue value is 144 (56.64% from 255 or 55.60% from 259); Max value from RGB is 144 - color contains mainly: blue. Hex color #452E90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #452E90 is #BAD16F. Grayscale: #3F3F3F. Windows color (decimal): -12243312 or 9449029. OLE color: 9449029.
HSL color Cylindrical-coordinate representation of color #452E90: hue angle of 254.08º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #452E90 is Cyan = 0.52, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 69 | 46 | 144 | - |
| CMYK | 0.52 | 0.68 | 0 | 0.44 |
| HSL | 254.08º | 0.52% | 0.37% | - |
| HSV(B) | 254.08º | 0.68% | 0.56% | - |
| XYZ | 8.47 | 5.23 | 26.95 | - |
| YUV | 64.05 | 173.12 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 46 | 144 | 0.52 | 0.68 | 0 | 0.44 | 254.08 | 0.52 | 0.37 |
| Hex | 45 | 2E | 90 | 34 | 44 | 0 | 2C | FE | 34 | 25 |
| Octal | 105 | 56 | 220 | 64 | 104 | 0 | 54 | 376 | 64 | 45 |
| Binary | 1000101 | 101110 | 10010000 | 110100 | 1000100 | 0 | 101100 | 11111110 | 110100 | 100101 |
Color Harmonies of #452E90
Complementary color
Monochromatic Colors of #452E90
Black with #452E90
Text Example
Text Example
White with #452E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452E90; }
p { color: rgb(69,46,144); }
H1.HeaderClassName
{
color: #452E90;
}
.AnyTagClassName
{
color: #452E90;
}
</style>
background-color css
<style>
a { background-color: #452E90; }
a { background-color: rgb(69,46,144); }
div.DivClassName
{
background-color: #452E90;
}
.BgClassName
{
background-color: #452E90;
}
</style>
border-color css
<style>
span { border-color: #452E90; }
span { border-color: rgb(69,46,144); }
td.TdClassName
{
border-color: #452E90;
}
.TagClassName
{
border-color: #452E90;
}
</style>