Shades of Blue Gem #453B96
Tints of Blue Gem #453B96
RGB
CMYK
RGB Variations
Color information
#453B96 (or 0x453B96) is known color: Blue Gem. HEX triplet: 45, 3B and 96. RGB value is (69,59,150). Sum of RGB (Red+Green+Blue) = 69+59+150=278 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.82% from 278); Green value is 59 (23.44% from 255 or 21.22% from 278); Blue value is 150 (58.98% from 255 or 53.96% from 278); Max value from RGB is 150 - color contains mainly: blue. Hex color #453B96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453B96 is #BAC469. Grayscale: #484848. Windows color (decimal): -12239978 or 9845573. OLE color: 9845573.
HSL color Cylindrical-coordinate representation of color #453B96: hue angle of 246.59º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #453B96 is Cyan = 0.54, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 69 | 59 | 150 | - |
| CMYK | 0.54 | 0.61 | 0 | 0.41 |
| HSL | 246.59º | 0.44% | 0.41% | - |
| HSV(B) | 246.59º | 0.61% | 0.59% | - |
| XYZ | 9.52 | 6.6 | 29.63 | - |
| YUV | 72.36 | 171.81 | 125.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 59 | 150 | 0.54 | 0.61 | 0 | 0.41 | 246.59 | 0.44 | 0.41 |
| Hex | 45 | 3B | 96 | 36 | 3D | 0 | 29 | F7 | 2C | 29 |
| Octal | 105 | 73 | 226 | 66 | 75 | 0 | 51 | 367 | 54 | 51 |
| Binary | 1000101 | 111011 | 10010110 | 110110 | 111101 | 0 | 101001 | 11110111 | 101100 | 101001 |
Color Harmonies of #453B96
Complementary color
Monochromatic Colors of #453B96
Black with #453B96
Text Example
Text Example
White with #453B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453B96; }
p { color: rgb(69,59,150); }
H1.HeaderClassName
{
color: #453B96;
}
.AnyTagClassName
{
color: #453B96;
}
</style>
background-color css
<style>
a { background-color: #453B96; }
a { background-color: rgb(69,59,150); }
div.DivClassName
{
background-color: #453B96;
}
.BgClassName
{
background-color: #453B96;
}
</style>
border-color css
<style>
span { border-color: #453B96; }
span { border-color: rgb(69,59,150); }
td.TdClassName
{
border-color: #453B96;
}
.TagClassName
{
border-color: #453B96;
}
</style>