Shades of Blue Gem #453BAD
Tints of Blue Gem #453BAD
RGB
CMYK
RGB Variations
Color information
#453BAD (or 0x453BAD) is known color: Blue Gem. HEX triplet: 45, 3B and AD. RGB value is (69,59,173). Sum of RGB (Red+Green+Blue) = 69+59+173=301 (39% of max value = 765). Red value is 69 (27.34% from 255 or 22.92% from 301); Green value is 59 (23.44% from 255 or 19.60% from 301); Blue value is 173 (67.97% from 255 or 57.48% from 301); Max value from RGB is 173 - color contains mainly: blue. Hex color #453BAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453BAD is #BAC452. Grayscale: #4A4A4A. Windows color (decimal): -12239955 or 11352901. OLE color: 11352901.
HSL color Cylindrical-coordinate representation of color #453BAD: hue angle of 245.26º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #453BAD is Cyan = 0.60, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 69 | 59 | 173 | - |
| CMYK | 0.60 | 0.66 | 0 | 0.32 |
| HSL | 245.26º | 0.49% | 0.45% | - |
| HSV(B) | 245.26º | 0.66% | 0.68% | - |
| XYZ | 11.56 | 7.41 | 40.36 | - |
| YUV | 74.99 | 183.31 | 123.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 59 | 173 | 0.60 | 0.66 | 0 | 0.32 | 245.26 | 0.49 | 0.45 |
| Hex | 45 | 3B | AD | 3C | 42 | 0 | 20 | F5 | 31 | 2D |
| Octal | 105 | 73 | 255 | 74 | 102 | 0 | 40 | 365 | 61 | 55 |
| Binary | 1000101 | 111011 | 10101101 | 111100 | 1000010 | 0 | 100000 | 11110101 | 110001 | 101101 |
Color Harmonies of #453BAD
Complementary color
Monochromatic Colors of #453BAD
Black with #453BAD
Text Example
Text Example
White with #453BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453BAD; }
p { color: rgb(69,59,173); }
H1.HeaderClassName
{
color: #453BAD;
}
.AnyTagClassName
{
color: #453BAD;
}
</style>
background-color css
<style>
a { background-color: #453BAD; }
a { background-color: rgb(69,59,173); }
div.DivClassName
{
background-color: #453BAD;
}
.BgClassName
{
background-color: #453BAD;
}
</style>
border-color css
<style>
span { border-color: #453BAD; }
span { border-color: rgb(69,59,173); }
td.TdClassName
{
border-color: #453BAD;
}
.TagClassName
{
border-color: #453BAD;
}
</style>