Shades of Blue Gem #453AB0
Tints of Blue Gem #453AB0
RGB
CMYK
RGB Variations
Color information
#453AB0 (or 0x453AB0) is known color: Blue Gem. HEX triplet: 45, 3A and B0. RGB value is (69,58,176). Sum of RGB (Red+Green+Blue) = 69+58+176=303 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.77% from 303); Green value is 58 (23.05% from 255 or 19.14% from 303); Blue value is 176 (69.14% from 255 or 58.09% from 303); Max value from RGB is 176 - color contains mainly: blue. Hex color #453AB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453AB0 is #BAC54F. Grayscale: #4A4A4A. Windows color (decimal): -12240208 or 11549253. OLE color: 11549253.
HSL color Cylindrical-coordinate representation of color #453AB0: hue angle of 245.59º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #453AB0 is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 69 | 58 | 176 | - |
| CMYK | 0.61 | 0.67 | 0 | 0.31 |
| HSL | 245.59º | 0.5% | 0.46% | - |
| HSV(B) | 245.59º | 0.67% | 0.69% | - |
| XYZ | 11.8 | 7.43 | 41.89 | - |
| YUV | 74.74 | 185.14 | 123.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 58 | 176 | 0.61 | 0.67 | 0 | 0.31 | 245.59 | 0.5 | 0.46 |
| Hex | 45 | 3A | B0 | 3D | 43 | 0 | 1F | F6 | 32 | 2E |
| Octal | 105 | 72 | 260 | 75 | 103 | 0 | 37 | 366 | 62 | 56 |
| Binary | 1000101 | 111010 | 10110000 | 111101 | 1000011 | 0 | 11111 | 11110110 | 110010 | 101110 |
Color Harmonies of #453AB0
Complementary color
Monochromatic Colors of #453AB0
Black with #453AB0
Text Example
Text Example
White with #453AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453AB0; }
p { color: rgb(69,58,176); }
H1.HeaderClassName
{
color: #453AB0;
}
.AnyTagClassName
{
color: #453AB0;
}
</style>
background-color css
<style>
a { background-color: #453AB0; }
a { background-color: rgb(69,58,176); }
div.DivClassName
{
background-color: #453AB0;
}
.BgClassName
{
background-color: #453AB0;
}
</style>
border-color css
<style>
span { border-color: #453AB0; }
span { border-color: rgb(69,58,176); }
td.TdClassName
{
border-color: #453AB0;
}
.TagClassName
{
border-color: #453AB0;
}
</style>