Shades of Free Speech Blue #453EBD
Tints of Free Speech Blue #453EBD
RGB
CMYK
RGB Variations
Color information
#453EBD (or 0x453EBD) is known color: Free Speech Blue. HEX triplet: 45, 3E and BD. RGB value is (69,62,189). Sum of RGB (Red+Green+Blue) = 69+62+189=320 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.56% from 320); Green value is 62 (24.61% from 255 or 19.38% from 320); Blue value is 189 (74.22% from 255 or 59.06% from 320); Max value from RGB is 189 - color contains mainly: blue. Hex color #453EBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #453EBD is #BAC142. Grayscale: #4E4E4E. Windows color (decimal): -12239171 or 12402245. OLE color: 12402245.
HSL color Cylindrical-coordinate representation of color #453EBD: hue angle of 243.31º degrees, saturation: 0.51, 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 #453EBD is Cyan = 0.63, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 69 | 62 | 189 | - |
| CMYK | 0.63 | 0.67 | 0 | 0.26 |
| HSL | 243.31º | 0.51% | 0.49% | - |
| HSV(B) | 243.31º | 0.67% | 0.74% | - |
| XYZ | 13.36 | 8.38 | 49.06 | - |
| YUV | 78.57 | 190.32 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 62 | 189 | 0.63 | 0.67 | 0 | 0.26 | 243.31 | 0.51 | 0.49 |
| Hex | 45 | 3E | BD | 3F | 43 | 0 | 1A | F3 | 33 | 31 |
| Octal | 105 | 76 | 275 | 77 | 103 | 0 | 32 | 363 | 63 | 61 |
| Binary | 1000101 | 111110 | 10111101 | 111111 | 1000011 | 0 | 11010 | 11110011 | 110011 | 110001 |
Color Harmonies of #453EBD
Complementary color
Monochromatic Colors of #453EBD
Black with #453EBD
Text Example
Text Example
White with #453EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453EBD; }
p { color: rgb(69,62,189); }
H1.HeaderClassName
{
color: #453EBD;
}
.AnyTagClassName
{
color: #453EBD;
}
</style>
background-color css
<style>
a { background-color: #453EBD; }
a { background-color: rgb(69,62,189); }
div.DivClassName
{
background-color: #453EBD;
}
.BgClassName
{
background-color: #453EBD;
}
</style>
border-color css
<style>
span { border-color: #453EBD; }
span { border-color: rgb(69,62,189); }
td.TdClassName
{
border-color: #453EBD;
}
.TagClassName
{
border-color: #453EBD;
}
</style>