Shades of Free Speech Blue #3545DF
Tints of Free Speech Blue #3545DF
RGB
CMYK
RGB Variations
Color information
#3545DF (or 0x3545DF) is known color: Free Speech Blue. HEX triplet: 35, 45 and DF. RGB value is (53,69,223). Sum of RGB (Red+Green+Blue) = 53+69+223=345 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.36% from 345); Green value is 69 (27.34% from 255 or 20% from 345); Blue value is 223 (87.5% from 255 or 64.64% from 345); Max value from RGB is 223 - color contains mainly: blue. Hex color #3545DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3545DF is #CABA20. Grayscale: #515151. Windows color (decimal): -13285921 or 14632245. OLE color: 14632245.
HSL color Cylindrical-coordinate representation of color #3545DF: hue angle of 234.35º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3545DF is Cyan = 0.76, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 53 | 69 | 223 | - |
| CMYK | 0.76 | 0.69 | 0 | 0.13 |
| HSL | 234.35º | 0.73% | 0.54% | - |
| HSV(B) | 234.35º | 0.76% | 0.87% | - |
| XYZ | 16.92 | 10.34 | 70.92 | - |
| YUV | 81.77 | 207.7 | 107.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 69 | 223 | 0.76 | 0.69 | 0 | 0.13 | 234.35 | 0.73 | 0.54 |
| Hex | 35 | 45 | DF | 4C | 45 | 0 | D | EA | 49 | 36 |
| Octal | 65 | 105 | 337 | 114 | 105 | 0 | 15 | 352 | 111 | 66 |
| Binary | 110101 | 1000101 | 11011111 | 1001100 | 1000101 | 0 | 1101 | 11101010 | 1001001 | 110110 |
Color Harmonies of #3545DF
Complementary color
Monochromatic Colors of #3545DF
Black with #3545DF
Text Example
Text Example
White with #3545DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3545DF; }
p { color: rgb(53,69,223); }
H1.HeaderClassName
{
color: #3545DF;
}
.AnyTagClassName
{
color: #3545DF;
}
</style>
background-color css
<style>
a { background-color: #3545DF; }
a { background-color: rgb(53,69,223); }
div.DivClassName
{
background-color: #3545DF;
}
.BgClassName
{
background-color: #3545DF;
}
</style>
border-color css
<style>
span { border-color: #3545DF; }
span { border-color: rgb(53,69,223); }
td.TdClassName
{
border-color: #3545DF;
}
.TagClassName
{
border-color: #3545DF;
}
</style>