Shades of Blue Gem #453D9A
Tints of Blue Gem #453D9A
RGB
CMYK
RGB Variations
Color information
#453D9A (or 0x453D9A) is known color: Blue Gem. HEX triplet: 45, 3D and 9A. RGB value is (69,61,154). Sum of RGB (Red+Green+Blue) = 69+61+154=284 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.30% from 284); Green value is 61 (24.22% from 255 or 21.48% from 284); Blue value is 154 (60.55% from 255 or 54.23% from 284); Max value from RGB is 154 - color contains mainly: blue. Hex color #453D9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453D9A is #BAC265. Grayscale: #494949. Windows color (decimal): -12239462 or 10108229. OLE color: 10108229.
HSL color Cylindrical-coordinate representation of color #453D9A: hue angle of 245.16º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #453D9A is Cyan = 0.55, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 69 | 61 | 154 | - |
| CMYK | 0.55 | 0.60 | 0 | 0.40 |
| HSL | 245.16º | 0.43% | 0.42% | - |
| HSV(B) | 245.16º | 0.6% | 0.6% | - |
| XYZ | 9.96 | 6.94 | 31.39 | - |
| YUV | 73.99 | 173.15 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 61 | 154 | 0.55 | 0.60 | 0 | 0.40 | 245.16 | 0.43 | 0.42 |
| Hex | 45 | 3D | 9A | 37 | 3C | 0 | 28 | F5 | 2B | 2A |
| Octal | 105 | 75 | 232 | 67 | 74 | 0 | 50 | 365 | 53 | 52 |
| Binary | 1000101 | 111101 | 10011010 | 110111 | 111100 | 0 | 101000 | 11110101 | 101011 | 101010 |
Color Harmonies of #453D9A
Complementary color
Monochromatic Colors of #453D9A
Black with #453D9A
Text Example
Text Example
White with #453D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453D9A; }
p { color: rgb(69,61,154); }
H1.HeaderClassName
{
color: #453D9A;
}
.AnyTagClassName
{
color: #453D9A;
}
</style>
background-color css
<style>
a { background-color: #453D9A; }
a { background-color: rgb(69,61,154); }
div.DivClassName
{
background-color: #453D9A;
}
.BgClassName
{
background-color: #453D9A;
}
</style>
border-color css
<style>
span { border-color: #453D9A; }
span { border-color: rgb(69,61,154); }
td.TdClassName
{
border-color: #453D9A;
}
.TagClassName
{
border-color: #453D9A;
}
</style>