Shades of Free Speech Blue #3949CF
Tints of Free Speech Blue #3949CF
RGB
CMYK
RGB Variations
Color information
#3949CF (or 0x3949CF) is known color: Free Speech Blue. HEX triplet: 39, 49 and CF. RGB value is (57,73,207). Sum of RGB (Red+Green+Blue) = 57+73+207=337 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.91% from 337); Green value is 73 (28.91% from 255 or 21.66% from 337); Blue value is 207 (81.25% from 255 or 61.42% from 337); Max value from RGB is 207 - color contains mainly: blue. Hex color #3949CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3949CF is #C6B630. Grayscale: #525252. Windows color (decimal): -13022769 or 13584697. OLE color: 13584697.
HSL color Cylindrical-coordinate representation of color #3949CF: hue angle of 233.6º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3949CF is Cyan = 0.72, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 57 | 73 | 207 | - |
| CMYK | 0.72 | 0.65 | 0 | 0.19 |
| HSL | 233.6º | 0.61% | 0.52% | - |
| HSV(B) | 233.6º | 0.72% | 0.81% | - |
| XYZ | 15.33 | 10.14 | 60.18 | - |
| YUV | 83.49 | 197.7 | 109.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 73 | 207 | 0.72 | 0.65 | 0 | 0.19 | 233.6 | 0.61 | 0.52 |
| Hex | 39 | 49 | CF | 48 | 41 | 0 | 13 | EA | 3D | 34 |
| Octal | 71 | 111 | 317 | 110 | 101 | 0 | 23 | 352 | 75 | 64 |
| Binary | 111001 | 1001001 | 11001111 | 1001000 | 1000001 | 0 | 10011 | 11101010 | 111101 | 110100 |
Color Harmonies of #3949CF
Complementary color
Monochromatic Colors of #3949CF
Black with #3949CF
Text Example
Text Example
White with #3949CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3949CF; }
p { color: rgb(57,73,207); }
H1.HeaderClassName
{
color: #3949CF;
}
.AnyTagClassName
{
color: #3949CF;
}
</style>
background-color css
<style>
a { background-color: #3949CF; }
a { background-color: rgb(57,73,207); }
div.DivClassName
{
background-color: #3949CF;
}
.BgClassName
{
background-color: #3949CF;
}
</style>
border-color css
<style>
span { border-color: #3949CF; }
span { border-color: rgb(57,73,207); }
td.TdClassName
{
border-color: #3949CF;
}
.TagClassName
{
border-color: #3949CF;
}
</style>