Shades of Free Speech Blue #3949DA
Tints of Free Speech Blue #3949DA
RGB
CMYK
RGB Variations
Color information
#3949DA (or 0x3949DA) is known color: Free Speech Blue. HEX triplet: 39, 49 and DA. RGB value is (57,73,218). Sum of RGB (Red+Green+Blue) = 57+73+218=348 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.38% from 348); Green value is 73 (28.91% from 255 or 20.98% from 348); Blue value is 218 (85.55% from 255 or 62.64% from 348); Max value from RGB is 218 - color contains mainly: blue. Hex color #3949DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3949DA is #C6B625. Grayscale: #545454. Windows color (decimal): -13022758 or 14305593. OLE color: 14305593.
HSL color Cylindrical-coordinate representation of color #3949DA: hue angle of 234.04º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3949DA is Cyan = 0.74, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 57 | 73 | 218 | - |
| CMYK | 0.74 | 0.67 | 0 | 0.15 |
| HSL | 234.04º | 0.69% | 0.54% | - |
| HSV(B) | 234.04º | 0.74% | 0.85% | - |
| XYZ | 16.72 | 10.7 | 67.51 | - |
| YUV | 84.75 | 203.2 | 108.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 73 | 218 | 0.74 | 0.67 | 0 | 0.15 | 234.04 | 0.69 | 0.54 |
| Hex | 39 | 49 | DA | 4A | 43 | 0 | F | EA | 45 | 36 |
| Octal | 71 | 111 | 332 | 112 | 103 | 0 | 17 | 352 | 105 | 66 |
| Binary | 111001 | 1001001 | 11011010 | 1001010 | 1000011 | 0 | 1111 | 11101010 | 1000101 | 110110 |
Color Harmonies of #3949DA
Complementary color
Monochromatic Colors of #3949DA
Black with #3949DA
Text Example
Text Example
White with #3949DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3949DA; }
p { color: rgb(57,73,218); }
H1.HeaderClassName
{
color: #3949DA;
}
.AnyTagClassName
{
color: #3949DA;
}
</style>
background-color css
<style>
a { background-color: #3949DA; }
a { background-color: rgb(57,73,218); }
div.DivClassName
{
background-color: #3949DA;
}
.BgClassName
{
background-color: #3949DA;
}
</style>
border-color css
<style>
span { border-color: #3949DA; }
span { border-color: rgb(57,73,218); }
td.TdClassName
{
border-color: #3949DA;
}
.TagClassName
{
border-color: #3949DA;
}
</style>