Shades of Free Speech Blue #453EC1
Tints of Free Speech Blue #453EC1
RGB
CMYK
RGB Variations
Color information
#453EC1 (or 0x453EC1) is known color: Free Speech Blue. HEX triplet: 45, 3E and C1. RGB value is (69,62,193). Sum of RGB (Red+Green+Blue) = 69+62+193=324 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.30% from 324); Green value is 62 (24.61% from 255 or 19.14% from 324); Blue value is 193 (75.78% from 255 or 59.57% from 324); Max value from RGB is 193 - color contains mainly: blue. Hex color #453EC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #453EC1 is #BAC13E. Grayscale: #4E4E4E. Windows color (decimal): -12239167 or 12664389. OLE color: 12664389.
HSL color Cylindrical-coordinate representation of color #453EC1: hue angle of 243.21º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #453EC1 is Cyan = 0.64, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 69 | 62 | 193 | - |
| CMYK | 0.64 | 0.68 | 0 | 0.24 |
| HSL | 243.21º | 0.51% | 0.5% | - |
| HSV(B) | 243.21º | 0.68% | 0.76% | - |
| XYZ | 13.8 | 8.56 | 51.38 | - |
| YUV | 79.03 | 192.32 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 62 | 193 | 0.64 | 0.68 | 0 | 0.24 | 243.21 | 0.51 | 0.5 |
| Hex | 45 | 3E | C1 | 40 | 44 | 0 | 18 | F3 | 33 | 32 |
| Octal | 105 | 76 | 301 | 100 | 104 | 0 | 30 | 363 | 63 | 62 |
| Binary | 1000101 | 111110 | 11000001 | 1000000 | 1000100 | 0 | 11000 | 11110011 | 110011 | 110010 |
Color Harmonies of #453EC1
Complementary color
Monochromatic Colors of #453EC1
Black with #453EC1
Text Example
Text Example
White with #453EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453EC1; }
p { color: rgb(69,62,193); }
H1.HeaderClassName
{
color: #453EC1;
}
.AnyTagClassName
{
color: #453EC1;
}
</style>
background-color css
<style>
a { background-color: #453EC1; }
a { background-color: rgb(69,62,193); }
div.DivClassName
{
background-color: #453EC1;
}
.BgClassName
{
background-color: #453EC1;
}
</style>
border-color css
<style>
span { border-color: #453EC1; }
span { border-color: rgb(69,62,193); }
td.TdClassName
{
border-color: #453EC1;
}
.TagClassName
{
border-color: #453EC1;
}
</style>