Shades of Free Speech Blue #453EBC
Tints of Free Speech Blue #453EBC
RGB
CMYK
RGB Variations
Color information
#453EBC (or 0x453EBC) is known color: Free Speech Blue. HEX triplet: 45, 3E and BC. RGB value is (69,62,188). Sum of RGB (Red+Green+Blue) = 69+62+188=319 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.63% from 319); Green value is 62 (24.61% from 255 or 19.44% from 319); Blue value is 188 (73.83% from 255 or 58.93% from 319); Max value from RGB is 188 - color contains mainly: blue. Hex color #453EBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #453EBC is #BAC143. Grayscale: #4D4D4D. Windows color (decimal): -12239172 or 12336709. OLE color: 12336709.
HSL color Cylindrical-coordinate representation of color #453EBC: hue angle of 243.33º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #453EBC is Cyan = 0.63, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 69 | 62 | 188 | - |
| CMYK | 0.63 | 0.67 | 0 | 0.26 |
| HSL | 243.33º | 0.5% | 0.49% | - |
| HSV(B) | 243.33º | 0.67% | 0.74% | - |
| XYZ | 13.25 | 8.34 | 48.49 | - |
| YUV | 78.46 | 189.82 | 121.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 62 | 188 | 0.63 | 0.67 | 0 | 0.26 | 243.33 | 0.5 | 0.49 |
| Hex | 45 | 3E | BC | 3F | 43 | 0 | 1A | F3 | 32 | 31 |
| Octal | 105 | 76 | 274 | 77 | 103 | 0 | 32 | 363 | 62 | 61 |
| Binary | 1000101 | 111110 | 10111100 | 111111 | 1000011 | 0 | 11010 | 11110011 | 110010 | 110001 |
Color Harmonies of #453EBC
Complementary color
Monochromatic Colors of #453EBC
Black with #453EBC
Text Example
Text Example
White with #453EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453EBC; }
p { color: rgb(69,62,188); }
H1.HeaderClassName
{
color: #453EBC;
}
.AnyTagClassName
{
color: #453EBC;
}
</style>
background-color css
<style>
a { background-color: #453EBC; }
a { background-color: rgb(69,62,188); }
div.DivClassName
{
background-color: #453EBC;
}
.BgClassName
{
background-color: #453EBC;
}
</style>
border-color css
<style>
span { border-color: #453EBC; }
span { border-color: rgb(69,62,188); }
td.TdClassName
{
border-color: #453EBC;
}
.TagClassName
{
border-color: #453EBC;
}
</style>