Shades of Free Speech Blue #3940DF
Tints of Free Speech Blue #3940DF
RGB
CMYK
RGB Variations
Color information
#3940DF (or 0x3940DF) is known color: Free Speech Blue. HEX triplet: 39, 40 and DF. RGB value is (57,64,223). Sum of RGB (Red+Green+Blue) = 57+64+223=344 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.57% from 344); Green value is 64 (25.39% from 255 or 18.60% from 344); Blue value is 223 (87.5% from 255 or 64.83% from 344); Max value from RGB is 223 - color contains mainly: blue. Hex color #3940DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3940DF is #C6BF20. Grayscale: #4F4F4F. Windows color (decimal): -13025057 or 14630969. OLE color: 14630969.
HSL color Cylindrical-coordinate representation of color #3940DF: hue angle of 237.47º 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 #3940DF is Cyan = 0.74, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 57 | 64 | 223 | - |
| CMYK | 0.74 | 0.71 | 0 | 0.13 |
| HSL | 237.47º | 0.72% | 0.55% | - |
| HSV(B) | 237.47º | 0.74% | 0.87% | - |
| XYZ | 16.84 | 9.86 | 70.83 | - |
| YUV | 80.03 | 208.68 | 111.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 64 | 223 | 0.74 | 0.71 | 0 | 0.13 | 237.47 | 0.72 | 0.55 |
| Hex | 39 | 40 | DF | 4A | 47 | 0 | D | ED | 48 | 37 |
| Octal | 71 | 100 | 337 | 112 | 107 | 0 | 15 | 355 | 110 | 67 |
| Binary | 111001 | 1000000 | 11011111 | 1001010 | 1000111 | 0 | 1101 | 11101101 | 1001000 | 110111 |
Color Harmonies of #3940DF
Complementary color
Monochromatic Colors of #3940DF
Black with #3940DF
Text Example
Text Example
White with #3940DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3940DF; }
p { color: rgb(57,64,223); }
H1.HeaderClassName
{
color: #3940DF;
}
.AnyTagClassName
{
color: #3940DF;
}
</style>
background-color css
<style>
a { background-color: #3940DF; }
a { background-color: rgb(57,64,223); }
div.DivClassName
{
background-color: #3940DF;
}
.BgClassName
{
background-color: #3940DF;
}
</style>
border-color css
<style>
span { border-color: #3940DF; }
span { border-color: rgb(57,64,223); }
td.TdClassName
{
border-color: #3940DF;
}
.TagClassName
{
border-color: #3940DF;
}
</style>