Shades of Blue Gem #453DA3
Tints of Blue Gem #453DA3
RGB
CMYK
RGB Variations
Color information
#453DA3 (or 0x453DA3) is known color: Blue Gem. HEX triplet: 45, 3D and A3. RGB value is (69,61,163). Sum of RGB (Red+Green+Blue) = 69+61+163=293 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.55% from 293); Green value is 61 (24.22% from 255 or 20.82% from 293); Blue value is 163 (64.06% from 255 or 55.63% from 293); Max value from RGB is 163 - color contains mainly: blue. Hex color #453DA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453DA3 is #BAC25C. Grayscale: #4A4A4A. Windows color (decimal): -12239453 or 10698053. OLE color: 10698053.
HSL color Cylindrical-coordinate representation of color #453DA3: hue angle of 244.71º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #453DA3 is Cyan = 0.58, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 69 | 61 | 163 | - |
| CMYK | 0.58 | 0.63 | 0 | 0.36 |
| HSL | 244.71º | 0.46% | 0.44% | - |
| HSV(B) | 244.71º | 0.63% | 0.64% | - |
| XYZ | 10.73 | 7.25 | 35.48 | - |
| YUV | 75.02 | 177.65 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 61 | 163 | 0.58 | 0.63 | 0 | 0.36 | 244.71 | 0.46 | 0.44 |
| Hex | 45 | 3D | A3 | 3A | 3F | 0 | 24 | F5 | 2E | 2C |
| Octal | 105 | 75 | 243 | 72 | 77 | 0 | 44 | 365 | 56 | 54 |
| Binary | 1000101 | 111101 | 10100011 | 111010 | 111111 | 0 | 100100 | 11110101 | 101110 | 101100 |
Color Harmonies of #453DA3
Complementary color
Monochromatic Colors of #453DA3
Black with #453DA3
Text Example
Text Example
White with #453DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453DA3; }
p { color: rgb(69,61,163); }
H1.HeaderClassName
{
color: #453DA3;
}
.AnyTagClassName
{
color: #453DA3;
}
</style>
background-color css
<style>
a { background-color: #453DA3; }
a { background-color: rgb(69,61,163); }
div.DivClassName
{
background-color: #453DA3;
}
.BgClassName
{
background-color: #453DA3;
}
</style>
border-color css
<style>
span { border-color: #453DA3; }
span { border-color: rgb(69,61,163); }
td.TdClassName
{
border-color: #453DA3;
}
.TagClassName
{
border-color: #453DA3;
}
</style>