Shades of Free Speech Blue #3943DB
Tints of Free Speech Blue #3943DB
RGB
CMYK
RGB Variations
Color information
#3943DB (or 0x3943DB) is known color: Free Speech Blue. HEX triplet: 39, 43 and DB. RGB value is (57,67,219). Sum of RGB (Red+Green+Blue) = 57+67+219=343 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.62% from 343); Green value is 67 (26.56% from 255 or 19.53% from 343); Blue value is 219 (85.94% from 255 or 63.85% from 343); Max value from RGB is 219 - color contains mainly: blue. Hex color #3943DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3943DB is #C6BC24. Grayscale: #505050. Windows color (decimal): -13024293 or 14369593. OLE color: 14369593.
HSL color Cylindrical-coordinate representation of color #3943DB: hue angle of 236.3º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3943DB is Cyan = 0.74, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 57 | 67 | 219 | - |
| CMYK | 0.74 | 0.69 | 0 | 0.14 |
| HSL | 236.3º | 0.69% | 0.54% | - |
| HSV(B) | 236.3º | 0.74% | 0.86% | - |
| XYZ | 16.48 | 10 | 68.08 | - |
| YUV | 81.34 | 205.69 | 110.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 67 | 219 | 0.74 | 0.69 | 0 | 0.14 | 236.3 | 0.69 | 0.54 |
| Hex | 39 | 43 | DB | 4A | 45 | 0 | E | EC | 45 | 36 |
| Octal | 71 | 103 | 333 | 112 | 105 | 0 | 16 | 354 | 105 | 66 |
| Binary | 111001 | 1000011 | 11011011 | 1001010 | 1000101 | 0 | 1110 | 11101100 | 1000101 | 110110 |
Color Harmonies of #3943DB
Complementary color
Monochromatic Colors of #3943DB
Black with #3943DB
Text Example
Text Example
White with #3943DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3943DB; }
p { color: rgb(57,67,219); }
H1.HeaderClassName
{
color: #3943DB;
}
.AnyTagClassName
{
color: #3943DB;
}
</style>
background-color css
<style>
a { background-color: #3943DB; }
a { background-color: rgb(57,67,219); }
div.DivClassName
{
background-color: #3943DB;
}
.BgClassName
{
background-color: #3943DB;
}
</style>
border-color css
<style>
span { border-color: #3943DB; }
span { border-color: rgb(57,67,219); }
td.TdClassName
{
border-color: #3943DB;
}
.TagClassName
{
border-color: #3943DB;
}
</style>