Shades of Blue Gem #452D8B
Tints of Blue Gem #452D8B
RGB
CMYK
RGB Variations
Color information
#452D8B (or 0x452D8B) is known color: Blue Gem. HEX triplet: 45, 2D and 8B. RGB value is (69,45,139). Sum of RGB (Red+Green+Blue) = 69+45+139=253 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.27% from 253); Green value is 45 (17.97% from 255 or 17.79% from 253); Blue value is 139 (54.69% from 255 or 54.94% from 253); Max value from RGB is 139 - color contains mainly: blue. Hex color #452D8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #452D8B is #BAD274. Grayscale: #3E3E3E. Windows color (decimal): -12243573 or 9121093. OLE color: 9121093.
HSL color Cylindrical-coordinate representation of color #452D8B: hue angle of 255.32º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #452D8B is Cyan = 0.50, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 45 | 139 | - |
| CMYK | 0.50 | 0.68 | 0 | 0.45 |
| HSL | 255.32º | 0.51% | 0.36% | - |
| HSV(B) | 255.32º | 0.68% | 0.55% | - |
| XYZ | 8.05 | 5.01 | 24.97 | - |
| YUV | 62.89 | 170.95 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 45 | 139 | 0.50 | 0.68 | 0 | 0.45 | 255.32 | 0.51 | 0.36 |
| Hex | 45 | 2D | 8B | 32 | 44 | 0 | 2D | FF | 33 | 24 |
| Octal | 105 | 55 | 213 | 62 | 104 | 0 | 55 | 377 | 63 | 44 |
| Binary | 1000101 | 101101 | 10001011 | 110010 | 1000100 | 0 | 101101 | 11111111 | 110011 | 100100 |
Color Harmonies of #452D8B
Complementary color
Monochromatic Colors of #452D8B
Black with #452D8B
Text Example
Text Example
White with #452D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452D8B; }
p { color: rgb(69,45,139); }
H1.HeaderClassName
{
color: #452D8B;
}
.AnyTagClassName
{
color: #452D8B;
}
</style>
background-color css
<style>
a { background-color: #452D8B; }
a { background-color: rgb(69,45,139); }
div.DivClassName
{
background-color: #452D8B;
}
.BgClassName
{
background-color: #452D8B;
}
</style>
border-color css
<style>
span { border-color: #452D8B; }
span { border-color: rgb(69,45,139); }
td.TdClassName
{
border-color: #452D8B;
}
.TagClassName
{
border-color: #452D8B;
}
</style>