Shades of Free Speech Blue #453BBF
Tints of Free Speech Blue #453BBF
RGB
CMYK
RGB Variations
Color information
#453BBF (or 0x453BBF) is known color: Free Speech Blue. HEX triplet: 45, 3B and BF. RGB value is (69,59,191). Sum of RGB (Red+Green+Blue) = 69+59+191=319 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.63% from 319); Green value is 59 (23.44% from 255 or 18.50% from 319); Blue value is 191 (75% from 255 or 59.87% from 319); Max value from RGB is 191 - color contains mainly: blue. Hex color #453BBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #453BBF is #BAC440. Grayscale: #4C4C4C. Windows color (decimal): -12239937 or 12532549. OLE color: 12532549.
HSL color Cylindrical-coordinate representation of color #453BBF: hue angle of 244.55º 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 #453BBF is Cyan = 0.64, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 69 | 59 | 191 | - |
| CMYK | 0.64 | 0.69 | 0 | 0.25 |
| HSL | 244.55º | 0.53% | 0.49% | - |
| HSV(B) | 244.55º | 0.69% | 0.75% | - |
| XYZ | 13.42 | 8.15 | 50.16 | - |
| YUV | 77.04 | 192.31 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 59 | 191 | 0.64 | 0.69 | 0 | 0.25 | 244.55 | 0.53 | 0.49 |
| Hex | 45 | 3B | BF | 40 | 45 | 0 | 19 | F5 | 35 | 31 |
| Octal | 105 | 73 | 277 | 100 | 105 | 0 | 31 | 365 | 65 | 61 |
| Binary | 1000101 | 111011 | 10111111 | 1000000 | 1000101 | 0 | 11001 | 11110101 | 110101 | 110001 |
Color Harmonies of #453BBF
Complementary color
Monochromatic Colors of #453BBF
Black with #453BBF
Text Example
Text Example
White with #453BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453BBF; }
p { color: rgb(69,59,191); }
H1.HeaderClassName
{
color: #453BBF;
}
.AnyTagClassName
{
color: #453BBF;
}
</style>
background-color css
<style>
a { background-color: #453BBF; }
a { background-color: rgb(69,59,191); }
div.DivClassName
{
background-color: #453BBF;
}
.BgClassName
{
background-color: #453BBF;
}
</style>
border-color css
<style>
span { border-color: #453BBF; }
span { border-color: rgb(69,59,191); }
td.TdClassName
{
border-color: #453BBF;
}
.TagClassName
{
border-color: #453BBF;
}
</style>