Shades of Blue Gem #453DAC
Tints of Blue Gem #453DAC
RGB
CMYK
RGB Variations
Color information
#453DAC (or 0x453DAC) is known color: Blue Gem. HEX triplet: 45, 3D and AC. RGB value is (69,61,172). Sum of RGB (Red+Green+Blue) = 69+61+172=302 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.85% from 302); Green value is 61 (24.22% from 255 or 20.20% from 302); Blue value is 172 (67.58% from 255 or 56.95% from 302); Max value from RGB is 172 - color contains mainly: blue. Hex color #453DAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453DAC is #BAC253. Grayscale: #4B4B4B. Windows color (decimal): -12239444 or 11287877. OLE color: 11287877.
HSL color Cylindrical-coordinate representation of color #453DAC: hue angle of 244.32º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #453DAC is Cyan = 0.60, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 69 | 61 | 172 | - |
| CMYK | 0.60 | 0.65 | 0 | 0.33 |
| HSL | 244.32º | 0.48% | 0.46% | - |
| HSV(B) | 244.32º | 0.65% | 0.67% | - |
| XYZ | 11.57 | 7.58 | 39.88 | - |
| YUV | 76.05 | 182.15 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 61 | 172 | 0.60 | 0.65 | 0 | 0.33 | 244.32 | 0.48 | 0.46 |
| Hex | 45 | 3D | AC | 3C | 41 | 0 | 21 | F4 | 30 | 2E |
| Octal | 105 | 75 | 254 | 74 | 101 | 0 | 41 | 364 | 60 | 56 |
| Binary | 1000101 | 111101 | 10101100 | 111100 | 1000001 | 0 | 100001 | 11110100 | 110000 | 101110 |
Color Harmonies of #453DAC
Complementary color
Monochromatic Colors of #453DAC
Black with #453DAC
Text Example
Text Example
White with #453DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453DAC; }
p { color: rgb(69,61,172); }
H1.HeaderClassName
{
color: #453DAC;
}
.AnyTagClassName
{
color: #453DAC;
}
</style>
background-color css
<style>
a { background-color: #453DAC; }
a { background-color: rgb(69,61,172); }
div.DivClassName
{
background-color: #453DAC;
}
.BgClassName
{
background-color: #453DAC;
}
</style>
border-color css
<style>
span { border-color: #453DAC; }
span { border-color: rgb(69,61,172); }
td.TdClassName
{
border-color: #453DAC;
}
.TagClassName
{
border-color: #453DAC;
}
</style>