Shades of Free Speech Blue #3947DF
Tints of Free Speech Blue #3947DF
RGB
CMYK
RGB Variations
Color information
#3947DF (or 0x3947DF) is known color: Free Speech Blue. HEX triplet: 39, 47 and DF. RGB value is (57,71,223). Sum of RGB (Red+Green+Blue) = 57+71+223=351 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.24% from 351); Green value is 71 (28.12% from 255 or 20.23% from 351); Blue value is 223 (87.5% from 255 or 63.53% from 351); Max value from RGB is 223 - color contains mainly: blue. Hex color #3947DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3947DF is #C6B820. Grayscale: #535353. Windows color (decimal): -13023265 or 14632761. OLE color: 14632761.
HSL color Cylindrical-coordinate representation of color #3947DF: hue angle of 234.94º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3947DF is Cyan = 0.74, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 57 | 71 | 223 | - |
| CMYK | 0.74 | 0.68 | 0 | 0.13 |
| HSL | 234.94º | 0.72% | 0.55% | - |
| HSV(B) | 234.94º | 0.74% | 0.87% | - |
| XYZ | 17.26 | 10.7 | 70.97 | - |
| YUV | 84.14 | 206.36 | 108.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 71 | 223 | 0.74 | 0.68 | 0 | 0.13 | 234.94 | 0.72 | 0.55 |
| Hex | 39 | 47 | DF | 4A | 44 | 0 | D | EB | 48 | 37 |
| Octal | 71 | 107 | 337 | 112 | 104 | 0 | 15 | 353 | 110 | 67 |
| Binary | 111001 | 1000111 | 11011111 | 1001010 | 1000100 | 0 | 1101 | 11101011 | 1001000 | 110111 |
Color Harmonies of #3947DF
Complementary color
Monochromatic Colors of #3947DF
Black with #3947DF
Text Example
Text Example
White with #3947DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3947DF; }
p { color: rgb(57,71,223); }
H1.HeaderClassName
{
color: #3947DF;
}
.AnyTagClassName
{
color: #3947DF;
}
</style>
background-color css
<style>
a { background-color: #3947DF; }
a { background-color: rgb(57,71,223); }
div.DivClassName
{
background-color: #3947DF;
}
.BgClassName
{
background-color: #3947DF;
}
</style>
border-color css
<style>
span { border-color: #3947DF; }
span { border-color: rgb(57,71,223); }
td.TdClassName
{
border-color: #3947DF;
}
.TagClassName
{
border-color: #3947DF;
}
</style>