Shades of Free Speech Blue #3935CF
Tints of Free Speech Blue #3935CF
RGB
CMYK
RGB Variations
Color information
#3935CF (or 0x3935CF) is known color: Free Speech Blue. HEX triplet: 39, 35 and CF. RGB value is (57,53,207). Sum of RGB (Red+Green+Blue) = 57+53+207=317 (41% of max value = 765). Red value is 57 (22.66% from 255 or 17.98% from 317); Green value is 53 (21.09% from 255 or 16.72% from 317); Blue value is 207 (81.25% from 255 or 65.30% from 317); Max value from RGB is 207 - color contains mainly: blue. Hex color #3935CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3935CF is #C6CA30. Grayscale: #474747. Windows color (decimal): -13027889 or 13579577. OLE color: 13579577.
HSL color Cylindrical-coordinate representation of color #3935CF: hue angle of 241.56º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3935CF is Cyan = 0.72, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 57 | 53 | 207 | - |
| CMYK | 0.72 | 0.74 | 0 | 0.19 |
| HSL | 241.56º | 0.62% | 0.51% | - |
| HSV(B) | 241.56º | 0.74% | 0.81% | - |
| XYZ | 14.22 | 7.92 | 59.81 | - |
| YUV | 71.75 | 204.33 | 117.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 53 | 207 | 0.72 | 0.74 | 0 | 0.19 | 241.56 | 0.62 | 0.51 |
| Hex | 39 | 35 | CF | 48 | 4A | 0 | 13 | F2 | 3E | 33 |
| Octal | 71 | 65 | 317 | 110 | 112 | 0 | 23 | 362 | 76 | 63 |
| Binary | 111001 | 110101 | 11001111 | 1001000 | 1001010 | 0 | 10011 | 11110010 | 111110 | 110011 |
Color Harmonies of #3935CF
Complementary color
Monochromatic Colors of #3935CF
Black with #3935CF
Text Example
Text Example
White with #3935CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3935CF; }
p { color: rgb(57,53,207); }
H1.HeaderClassName
{
color: #3935CF;
}
.AnyTagClassName
{
color: #3935CF;
}
</style>
background-color css
<style>
a { background-color: #3935CF; }
a { background-color: rgb(57,53,207); }
div.DivClassName
{
background-color: #3935CF;
}
.BgClassName
{
background-color: #3935CF;
}
</style>
border-color css
<style>
span { border-color: #3935CF; }
span { border-color: rgb(57,53,207); }
td.TdClassName
{
border-color: #3935CF;
}
.TagClassName
{
border-color: #3935CF;
}
</style>