Shades of Blue Gem #452591
Tints of Blue Gem #452591
RGB
CMYK
RGB Variations
Color information
#452591 (or 0x452591) is known color: Blue Gem. HEX triplet: 45, 25 and 91. RGB value is (69,37,145). Sum of RGB (Red+Green+Blue) = 69+37+145=251 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.49% from 251); Green value is 37 (14.84% from 255 or 14.74% from 251); Blue value is 145 (57.03% from 255 or 57.77% from 251); Max value from RGB is 145 - color contains mainly: blue. Hex color #452591 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #452591 is #BADA6E. Grayscale: #3A3A3A. Windows color (decimal): -12245615 or 9512261. OLE color: 9512261.
HSL color Cylindrical-coordinate representation of color #452591: hue angle of 257.78º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #452591 is Cyan = 0.52, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 69 | 37 | 145 | - |
| CMYK | 0.52 | 0.74 | 0 | 0.43 |
| HSL | 257.78º | 0.59% | 0.36% | - |
| HSV(B) | 257.78º | 0.74% | 0.57% | - |
| XYZ | 8.23 | 4.63 | 27.25 | - |
| YUV | 58.88 | 176.6 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 37 | 145 | 0.52 | 0.74 | 0 | 0.43 | 257.78 | 0.59 | 0.36 |
| Hex | 45 | 25 | 91 | 34 | 4A | 0 | 2B | 102 | 3B | 24 |
| Octal | 105 | 45 | 221 | 64 | 112 | 0 | 53 | 402 | 73 | 44 |
| Binary | 1000101 | 100101 | 10010001 | 110100 | 1001010 | 0 | 101011 | 100000010 | 111011 | 100100 |
Color Harmonies of #452591
Complementary color
Monochromatic Colors of #452591
Black with #452591
Text Example
Text Example
White with #452591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452591; }
p { color: rgb(69,37,145); }
H1.HeaderClassName
{
color: #452591;
}
.AnyTagClassName
{
color: #452591;
}
</style>
background-color css
<style>
a { background-color: #452591; }
a { background-color: rgb(69,37,145); }
div.DivClassName
{
background-color: #452591;
}
.BgClassName
{
background-color: #452591;
}
</style>
border-color css
<style>
span { border-color: #452591; }
span { border-color: rgb(69,37,145); }
td.TdClassName
{
border-color: #452591;
}
.TagClassName
{
border-color: #452591;
}
</style>