Shades of Free Speech Blue #3547DA
Tints of Free Speech Blue #3547DA
RGB
CMYK
RGB Variations
Color information
#3547DA (or 0x3547DA) is known color: Free Speech Blue. HEX triplet: 35, 47 and DA. RGB value is (53,71,218). Sum of RGB (Red+Green+Blue) = 53+71+218=342 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.50% from 342); Green value is 71 (28.12% from 255 or 20.76% from 342); Blue value is 218 (85.55% from 255 or 63.74% from 342); Max value from RGB is 218 - color contains mainly: blue. Hex color #3547DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3547DA is #CAB825. Grayscale: #515151. Windows color (decimal): -13285414 or 14305077. OLE color: 14305077.
HSL color Cylindrical-coordinate representation of color #3547DA: hue angle of 233.45º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3547DA is Cyan = 0.76, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 53 | 71 | 218 | - |
| CMYK | 0.76 | 0.67 | 0 | 0.15 |
| HSL | 233.45º | 0.69% | 0.53% | - |
| HSV(B) | 233.45º | 0.76% | 0.85% | - |
| XYZ | 16.38 | 10.33 | 67.46 | - |
| YUV | 82.38 | 204.54 | 107.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 71 | 218 | 0.76 | 0.67 | 0 | 0.15 | 233.45 | 0.69 | 0.53 |
| Hex | 35 | 47 | DA | 4C | 43 | 0 | F | E9 | 45 | 35 |
| Octal | 65 | 107 | 332 | 114 | 103 | 0 | 17 | 351 | 105 | 65 |
| Binary | 110101 | 1000111 | 11011010 | 1001100 | 1000011 | 0 | 1111 | 11101001 | 1000101 | 110101 |
Color Harmonies of #3547DA
Complementary color
Monochromatic Colors of #3547DA
Black with #3547DA
Text Example
Text Example
White with #3547DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3547DA; }
p { color: rgb(53,71,218); }
H1.HeaderClassName
{
color: #3547DA;
}
.AnyTagClassName
{
color: #3547DA;
}
</style>
background-color css
<style>
a { background-color: #3547DA; }
a { background-color: rgb(53,71,218); }
div.DivClassName
{
background-color: #3547DA;
}
.BgClassName
{
background-color: #3547DA;
}
</style>
border-color css
<style>
span { border-color: #3547DA; }
span { border-color: rgb(53,71,218); }
td.TdClassName
{
border-color: #3547DA;
}
.TagClassName
{
border-color: #3547DA;
}
</style>