Shades of Free Speech Blue #3949CC
Tints of Free Speech Blue #3949CC
RGB
CMYK
RGB Variations
Color information
#3949CC (or 0x3949CC) is known color: Free Speech Blue. HEX triplet: 39, 49 and CC. RGB value is (57,73,204). Sum of RGB (Red+Green+Blue) = 57+73+204=334 (44% of max value = 765). Red value is 57 (22.66% from 255 or 17.07% from 334); Green value is 73 (28.91% from 255 or 21.86% from 334); Blue value is 204 (80.08% from 255 or 61.08% from 334); Max value from RGB is 204 - color contains mainly: blue. Hex color #3949CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3949CC is #C6B633. Grayscale: #525252. Windows color (decimal): -13022772 or 13388089. OLE color: 13388089.
HSL color Cylindrical-coordinate representation of color #3949CC: hue angle of 233.47º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3949CC is Cyan = 0.72, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 57 | 73 | 204 | - |
| CMYK | 0.72 | 0.64 | 0 | 0.2 |
| HSL | 233.47º | 0.59% | 0.51% | - |
| HSV(B) | 233.47º | 0.72% | 0.8% | - |
| XYZ | 14.97 | 9.99 | 58.27 | - |
| YUV | 83.15 | 196.2 | 109.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 73 | 204 | 0.72 | 0.64 | 0 | 0.2 | 233.47 | 0.59 | 0.51 |
| Hex | 39 | 49 | CC | 48 | 40 | 0 | 14 | E9 | 3B | 33 |
| Octal | 71 | 111 | 314 | 110 | 100 | 0 | 24 | 351 | 73 | 63 |
| Binary | 111001 | 1001001 | 11001100 | 1001000 | 1000000 | 0 | 10100 | 11101001 | 111011 | 110011 |
Color Harmonies of #3949CC
Complementary color
Monochromatic Colors of #3949CC
Black with #3949CC
Text Example
Text Example
White with #3949CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3949CC; }
p { color: rgb(57,73,204); }
H1.HeaderClassName
{
color: #3949CC;
}
.AnyTagClassName
{
color: #3949CC;
}
</style>
background-color css
<style>
a { background-color: #3949CC; }
a { background-color: rgb(57,73,204); }
div.DivClassName
{
background-color: #3949CC;
}
.BgClassName
{
background-color: #3949CC;
}
</style>
border-color css
<style>
span { border-color: #3949CC; }
span { border-color: rgb(57,73,204); }
td.TdClassName
{
border-color: #3949CC;
}
.TagClassName
{
border-color: #3949CC;
}
</style>