Shades of Free Speech Blue #3935D4
Tints of Free Speech Blue #3935D4
RGB
CMYK
RGB Variations
Color information
#3935D4 (or 0x3935D4) is known color: Free Speech Blue. HEX triplet: 39, 35 and D4. RGB value is (57,53,212). Sum of RGB (Red+Green+Blue) = 57+53+212=322 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.70% from 322); Green value is 53 (21.09% from 255 or 16.46% from 322); Blue value is 212 (83.20% from 255 or 65.84% from 322); Max value from RGB is 212 - color contains mainly: blue. Hex color #3935D4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3935D4 is #C6CA2B. Grayscale: #474747. Windows color (decimal): -13027884 or 13907257. OLE color: 13907257.
HSL color Cylindrical-coordinate representation of color #3935D4: hue angle of 241.51º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3935D4 is Cyan = 0.73, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 57 | 53 | 212 | - |
| CMYK | 0.73 | 0.75 | 0 | 0.17 |
| HSL | 241.51º | 0.65% | 0.52% | - |
| HSV(B) | 241.51º | 0.75% | 0.83% | - |
| XYZ | 14.84 | 8.17 | 63.08 | - |
| YUV | 72.32 | 206.83 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 53 | 212 | 0.73 | 0.75 | 0 | 0.17 | 241.51 | 0.65 | 0.52 |
| Hex | 39 | 35 | D4 | 49 | 4B | 0 | 11 | F2 | 41 | 34 |
| Octal | 71 | 65 | 324 | 111 | 113 | 0 | 21 | 362 | 101 | 64 |
| Binary | 111001 | 110101 | 11010100 | 1001001 | 1001011 | 0 | 10001 | 11110010 | 1000001 | 110100 |
Color Harmonies of #3935D4
Complementary color
Monochromatic Colors of #3935D4
Black with #3935D4
Text Example
Text Example
White with #3935D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3935D4; }
p { color: rgb(57,53,212); }
H1.HeaderClassName
{
color: #3935D4;
}
.AnyTagClassName
{
color: #3935D4;
}
</style>
background-color css
<style>
a { background-color: #3935D4; }
a { background-color: rgb(57,53,212); }
div.DivClassName
{
background-color: #3935D4;
}
.BgClassName
{
background-color: #3935D4;
}
</style>
border-color css
<style>
span { border-color: #3935D4; }
span { border-color: rgb(57,53,212); }
td.TdClassName
{
border-color: #3935D4;
}
.TagClassName
{
border-color: #3935D4;
}
</style>