Shades of Blue Gem #453AB2
Tints of Blue Gem #453AB2
RGB
CMYK
RGB Variations
Color information
#453AB2 (or 0x453AB2) is known color: Blue Gem. HEX triplet: 45, 3A and B2. RGB value is (69,58,178). Sum of RGB (Red+Green+Blue) = 69+58+178=305 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.62% from 305); Green value is 58 (23.05% from 255 or 19.02% from 305); Blue value is 178 (69.92% from 255 or 58.36% from 305); Max value from RGB is 178 - color contains mainly: blue. Hex color #453AB2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453AB2 is #BAC54D. Grayscale: #4A4A4A. Windows color (decimal): -12240206 or 11680325. OLE color: 11680325.
HSL color Cylindrical-coordinate representation of color #453AB2: hue angle of 245.5º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #453AB2 is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 69 | 58 | 178 | - |
| CMYK | 0.61 | 0.67 | 0 | 0.30 |
| HSL | 245.5º | 0.51% | 0.46% | - |
| HSV(B) | 245.5º | 0.67% | 0.7% | - |
| XYZ | 12 | 7.51 | 42.94 | - |
| YUV | 74.97 | 186.14 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 58 | 178 | 0.61 | 0.67 | 0 | 0.30 | 245.5 | 0.51 | 0.46 |
| Hex | 45 | 3A | B2 | 3D | 43 | 0 | 1E | F6 | 33 | 2E |
| Octal | 105 | 72 | 262 | 75 | 103 | 0 | 36 | 366 | 63 | 56 |
| Binary | 1000101 | 111010 | 10110010 | 111101 | 1000011 | 0 | 11110 | 11110110 | 110011 | 101110 |
Color Harmonies of #453AB2
Complementary color
Monochromatic Colors of #453AB2
Black with #453AB2
Text Example
Text Example
White with #453AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453AB2; }
p { color: rgb(69,58,178); }
H1.HeaderClassName
{
color: #453AB2;
}
.AnyTagClassName
{
color: #453AB2;
}
</style>
background-color css
<style>
a { background-color: #453AB2; }
a { background-color: rgb(69,58,178); }
div.DivClassName
{
background-color: #453AB2;
}
.BgClassName
{
background-color: #453AB2;
}
</style>
border-color css
<style>
span { border-color: #453AB2; }
span { border-color: rgb(69,58,178); }
td.TdClassName
{
border-color: #453AB2;
}
.TagClassName
{
border-color: #453AB2;
}
</style>