Shades of Free Speech Blue #3935DB
Tints of Free Speech Blue #3935DB
RGB
CMYK
RGB Variations
Color information
#3935DB (or 0x3935DB) is known color: Free Speech Blue. HEX triplet: 39, 35 and DB. RGB value is (57,53,219). Sum of RGB (Red+Green+Blue) = 57+53+219=329 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.33% from 329); Green value is 53 (21.09% from 255 or 16.11% from 329); Blue value is 219 (85.94% from 255 or 66.57% from 329); Max value from RGB is 219 - color contains mainly: blue. Hex color #3935DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3935DB is #C6CA24. Grayscale: #484848. Windows color (decimal): -13027877 or 14366009. OLE color: 14366009.
HSL color Cylindrical-coordinate representation of color #3935DB: hue angle of 241.45º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3935DB is Cyan = 0.74, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 57 | 53 | 219 | - |
| CMYK | 0.74 | 0.76 | 0 | 0.14 |
| HSL | 241.45º | 0.7% | 0.53% | - |
| HSV(B) | 241.45º | 0.76% | 0.86% | - |
| XYZ | 15.75 | 8.53 | 67.83 | - |
| YUV | 73.12 | 210.33 | 116.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 53 | 219 | 0.74 | 0.76 | 0 | 0.14 | 241.45 | 0.7 | 0.53 |
| Hex | 39 | 35 | DB | 4A | 4C | 0 | E | F1 | 46 | 35 |
| Octal | 71 | 65 | 333 | 112 | 114 | 0 | 16 | 361 | 106 | 65 |
| Binary | 111001 | 110101 | 11011011 | 1001010 | 1001100 | 0 | 1110 | 11110001 | 1000110 | 110101 |
Color Harmonies of #3935DB
Complementary color
Monochromatic Colors of #3935DB
Black with #3935DB
Text Example
Text Example
White with #3935DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3935DB; }
p { color: rgb(57,53,219); }
H1.HeaderClassName
{
color: #3935DB;
}
.AnyTagClassName
{
color: #3935DB;
}
</style>
background-color css
<style>
a { background-color: #3935DB; }
a { background-color: rgb(57,53,219); }
div.DivClassName
{
background-color: #3935DB;
}
.BgClassName
{
background-color: #3935DB;
}
</style>
border-color css
<style>
span { border-color: #3935DB; }
span { border-color: rgb(57,53,219); }
td.TdClassName
{
border-color: #3935DB;
}
.TagClassName
{
border-color: #3935DB;
}
</style>