Shades of Free Speech Blue #453BDB
Tints of Free Speech Blue #453BDB
RGB
CMYK
RGB Variations
Color information
#453BDB (or 0x453BDB) is known color: Free Speech Blue. HEX triplet: 45, 3B and DB. RGB value is (69,59,219). Sum of RGB (Red+Green+Blue) = 69+59+219=347 (45% of max value = 765). Red value is 69 (27.34% from 255 or 19.88% from 347); Green value is 59 (23.44% from 255 or 17.00% from 347); Blue value is 219 (85.94% from 255 or 63.11% from 347); Max value from RGB is 219 - color contains mainly: blue. Hex color #453BDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #453BDB is #BAC424. Grayscale: #4F4F4F. Windows color (decimal): -12239909 or 14367557. OLE color: 14367557.
HSL color Cylindrical-coordinate representation of color #453BDB: hue angle of 243.75º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #453BDB is Cyan = 0.68, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 69 | 59 | 219 | - |
| CMYK | 0.68 | 0.73 | 0 | 0.14 |
| HSL | 243.75º | 0.69% | 0.55% | - |
| HSV(B) | 243.75º | 0.73% | 0.86% | - |
| XYZ | 16.8 | 9.51 | 67.97 | - |
| YUV | 80.23 | 206.31 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 59 | 219 | 0.68 | 0.73 | 0 | 0.14 | 243.75 | 0.69 | 0.55 |
| Hex | 45 | 3B | DB | 44 | 49 | 0 | E | F4 | 45 | 37 |
| Octal | 105 | 73 | 333 | 104 | 111 | 0 | 16 | 364 | 105 | 67 |
| Binary | 1000101 | 111011 | 11011011 | 1000100 | 1001001 | 0 | 1110 | 11110100 | 1000101 | 110111 |
Color Harmonies of #453BDB
Complementary color
Monochromatic Colors of #453BDB
Black with #453BDB
Text Example
Text Example
White with #453BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453BDB; }
p { color: rgb(69,59,219); }
H1.HeaderClassName
{
color: #453BDB;
}
.AnyTagClassName
{
color: #453BDB;
}
</style>
background-color css
<style>
a { background-color: #453BDB; }
a { background-color: rgb(69,59,219); }
div.DivClassName
{
background-color: #453BDB;
}
.BgClassName
{
background-color: #453BDB;
}
</style>
border-color css
<style>
span { border-color: #453BDB; }
span { border-color: rgb(69,59,219); }
td.TdClassName
{
border-color: #453BDB;
}
.TagClassName
{
border-color: #453BDB;
}
</style>