Shades of Free Speech Blue #453BBE
Tints of Free Speech Blue #453BBE
RGB
CMYK
RGB Variations
Color information
#453BBE (or 0x453BBE) is known color: Free Speech Blue. HEX triplet: 45, 3B and BE. RGB value is (69,59,190). Sum of RGB (Red+Green+Blue) = 69+59+190=318 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.70% from 318); Green value is 59 (23.44% from 255 or 18.55% from 318); Blue value is 190 (74.61% from 255 or 59.75% from 318); Max value from RGB is 190 - color contains mainly: blue. Hex color #453BBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #453BBE is #BAC441. Grayscale: #4C4C4C. Windows color (decimal): -12239938 or 12467013. OLE color: 12467013.
HSL color Cylindrical-coordinate representation of color #453BBE: hue angle of 244.58º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #453BBE is Cyan = 0.64, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 69 | 59 | 190 | - |
| CMYK | 0.64 | 0.69 | 0 | 0.25 |
| HSL | 244.58º | 0.53% | 0.49% | - |
| HSV(B) | 244.58º | 0.69% | 0.75% | - |
| XYZ | 13.31 | 8.11 | 49.58 | - |
| YUV | 76.92 | 191.81 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 59 | 190 | 0.64 | 0.69 | 0 | 0.25 | 244.58 | 0.53 | 0.49 |
| Hex | 45 | 3B | BE | 40 | 45 | 0 | 19 | F5 | 35 | 31 |
| Octal | 105 | 73 | 276 | 100 | 105 | 0 | 31 | 365 | 65 | 61 |
| Binary | 1000101 | 111011 | 10111110 | 1000000 | 1000101 | 0 | 11001 | 11110101 | 110101 | 110001 |
Color Harmonies of #453BBE
Complementary color
Monochromatic Colors of #453BBE
Black with #453BBE
Text Example
Text Example
White with #453BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453BBE; }
p { color: rgb(69,59,190); }
H1.HeaderClassName
{
color: #453BBE;
}
.AnyTagClassName
{
color: #453BBE;
}
</style>
background-color css
<style>
a { background-color: #453BBE; }
a { background-color: rgb(69,59,190); }
div.DivClassName
{
background-color: #453BBE;
}
.BgClassName
{
background-color: #453BBE;
}
</style>
border-color css
<style>
span { border-color: #453BBE; }
span { border-color: rgb(69,59,190); }
td.TdClassName
{
border-color: #453BBE;
}
.TagClassName
{
border-color: #453BBE;
}
</style>