Shades of Free Speech Blue #3939DF
Tints of Free Speech Blue #3939DF
RGB
CMYK
RGB Variations
Color information
#3939DF (or 0x3939DF) is known color: Free Speech Blue. HEX triplet: 39, 39 and DF. RGB value is (57,57,223). Sum of RGB (Red+Green+Blue) = 57+57+223=337 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.91% from 337); Green value is 57 (22.66% from 255 or 16.91% from 337); Blue value is 223 (87.5% from 255 or 66.17% from 337); Max value from RGB is 223 - color contains mainly: blue. Hex color #3939DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3939DF is #C6C620. Grayscale: #4B4B4B. Windows color (decimal): -13026849 or 14629177. OLE color: 14629177.
HSL color Cylindrical-coordinate representation of color #3939DF: hue angle of 240º 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 #3939DF is Cyan = 0.74, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 57 | 57 | 223 | - |
| CMYK | 0.74 | 0.74 | 0 | 0.13 |
| HSL | 240º | 0.72% | 0.55% | - |
| HSV(B) | 240º | 0.74% | 0.87% | - |
| XYZ | 16.47 | 9.12 | 70.71 | - |
| YUV | 75.92 | 211 | 114.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 57 | 223 | 0.74 | 0.74 | 0 | 0.13 | 240 | 0.72 | 0.55 |
| Hex | 39 | 39 | DF | 4A | 4A | 0 | D | F0 | 48 | 37 |
| Octal | 71 | 71 | 337 | 112 | 112 | 0 | 15 | 360 | 110 | 67 |
| Binary | 111001 | 111001 | 11011111 | 1001010 | 1001010 | 0 | 1101 | 11110000 | 1001000 | 110111 |
Color Harmonies of #3939DF
Complementary color
Monochromatic Colors of #3939DF
Black with #3939DF
Text Example
Text Example
White with #3939DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3939DF; }
p { color: rgb(57,57,223); }
H1.HeaderClassName
{
color: #3939DF;
}
.AnyTagClassName
{
color: #3939DF;
}
</style>
background-color css
<style>
a { background-color: #3939DF; }
a { background-color: rgb(57,57,223); }
div.DivClassName
{
background-color: #3939DF;
}
.BgClassName
{
background-color: #3939DF;
}
</style>
border-color css
<style>
span { border-color: #3939DF; }
span { border-color: rgb(57,57,223); }
td.TdClassName
{
border-color: #3939DF;
}
.TagClassName
{
border-color: #3939DF;
}
</style>