Shades of Blue Gem #453BAF
Tints of Blue Gem #453BAF
RGB
CMYK
RGB Variations
Color information
#453BAF (or 0x453BAF) is known color: Blue Gem. HEX triplet: 45, 3B and AF. RGB value is (69,59,175). Sum of RGB (Red+Green+Blue) = 69+59+175=303 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.77% from 303); Green value is 59 (23.44% from 255 or 19.47% from 303); Blue value is 175 (68.75% from 255 or 57.76% from 303); Max value from RGB is 175 - color contains mainly: blue. Hex color #453BAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453BAF is #BAC450. Grayscale: #4A4A4A. Windows color (decimal): -12239953 or 11483973. OLE color: 11483973.
HSL color Cylindrical-coordinate representation of color #453BAF: hue angle of 245.17º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #453BAF is Cyan = 0.61, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 69 | 59 | 175 | - |
| CMYK | 0.61 | 0.66 | 0 | 0.31 |
| HSL | 245.17º | 0.5% | 0.46% | - |
| HSV(B) | 245.17º | 0.66% | 0.69% | - |
| XYZ | 11.76 | 7.49 | 41.38 | - |
| YUV | 75.21 | 184.31 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 59 | 175 | 0.61 | 0.66 | 0 | 0.31 | 245.17 | 0.5 | 0.46 |
| Hex | 45 | 3B | AF | 3D | 42 | 0 | 1F | F5 | 32 | 2E |
| Octal | 105 | 73 | 257 | 75 | 102 | 0 | 37 | 365 | 62 | 56 |
| Binary | 1000101 | 111011 | 10101111 | 111101 | 1000010 | 0 | 11111 | 11110101 | 110010 | 101110 |
Color Harmonies of #453BAF
Complementary color
Monochromatic Colors of #453BAF
Black with #453BAF
Text Example
Text Example
White with #453BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453BAF; }
p { color: rgb(69,59,175); }
H1.HeaderClassName
{
color: #453BAF;
}
.AnyTagClassName
{
color: #453BAF;
}
</style>
background-color css
<style>
a { background-color: #453BAF; }
a { background-color: rgb(69,59,175); }
div.DivClassName
{
background-color: #453BAF;
}
.BgClassName
{
background-color: #453BAF;
}
</style>
border-color css
<style>
span { border-color: #453BAF; }
span { border-color: rgb(69,59,175); }
td.TdClassName
{
border-color: #453BAF;
}
.TagClassName
{
border-color: #453BAF;
}
</style>