Shades of Blue Gem #453BA2
Tints of Blue Gem #453BA2
RGB
CMYK
RGB Variations
Color information
#453BA2 (or 0x453BA2) is known color: Blue Gem. HEX triplet: 45, 3B and A2. RGB value is (69,59,162). Sum of RGB (Red+Green+Blue) = 69+59+162=290 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.79% from 290); Green value is 59 (23.44% from 255 or 20.34% from 290); Blue value is 162 (63.67% from 255 or 55.86% from 290); Max value from RGB is 162 - color contains mainly: blue. Hex color #453BA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453BA2 is #BAC45D. Grayscale: #494949. Windows color (decimal): -12239966 or 10632005. OLE color: 10632005.
HSL color Cylindrical-coordinate representation of color #453BA2: hue angle of 245.83º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #453BA2 is Cyan = 0.57, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 69 | 59 | 162 | - |
| CMYK | 0.57 | 0.64 | 0 | 0.36 |
| HSL | 245.83º | 0.47% | 0.43% | - |
| HSV(B) | 245.83º | 0.64% | 0.64% | - |
| XYZ | 10.54 | 7 | 34.98 | - |
| YUV | 73.73 | 177.81 | 124.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 59 | 162 | 0.57 | 0.64 | 0 | 0.36 | 245.83 | 0.47 | 0.43 |
| Hex | 45 | 3B | A2 | 39 | 40 | 0 | 24 | F6 | 2F | 2B |
| Octal | 105 | 73 | 242 | 71 | 100 | 0 | 44 | 366 | 57 | 53 |
| Binary | 1000101 | 111011 | 10100010 | 111001 | 1000000 | 0 | 100100 | 11110110 | 101111 | 101011 |
Color Harmonies of #453BA2
Complementary color
Monochromatic Colors of #453BA2
Black with #453BA2
Text Example
Text Example
White with #453BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453BA2; }
p { color: rgb(69,59,162); }
H1.HeaderClassName
{
color: #453BA2;
}
.AnyTagClassName
{
color: #453BA2;
}
</style>
background-color css
<style>
a { background-color: #453BA2; }
a { background-color: rgb(69,59,162); }
div.DivClassName
{
background-color: #453BA2;
}
.BgClassName
{
background-color: #453BA2;
}
</style>
border-color css
<style>
span { border-color: #453BA2; }
span { border-color: rgb(69,59,162); }
td.TdClassName
{
border-color: #453BA2;
}
.TagClassName
{
border-color: #453BA2;
}
</style>