Shades of Free Speech Blue #3942C0
Tints of Free Speech Blue #3942C0
RGB
CMYK
RGB Variations
Color information
#3942C0 (or 0x3942C0) is known color: Free Speech Blue. HEX triplet: 39, 42 and C0. RGB value is (57,66,192). Sum of RGB (Red+Green+Blue) = 57+66+192=315 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.10% from 315); Green value is 66 (26.17% from 255 or 20.95% from 315); Blue value is 192 (75.39% from 255 or 60.95% from 315); Max value from RGB is 192 - color contains mainly: blue. Hex color #3942C0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3942C0 is #C6BD3F. Grayscale: #4D4D4D. Windows color (decimal): -13024576 or 12599865. OLE color: 12599865.
HSL color Cylindrical-coordinate representation of color #3942C0: hue angle of 236º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3942C0 is Cyan = 0.70, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 57 | 66 | 192 | - |
| CMYK | 0.70 | 0.66 | 0 | 0.25 |
| HSL | 236º | 0.54% | 0.49% | - |
| HSV(B) | 236º | 0.7% | 0.75% | - |
| XYZ | 13.15 | 8.57 | 50.83 | - |
| YUV | 77.67 | 192.52 | 113.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 66 | 192 | 0.70 | 0.66 | 0 | 0.25 | 236 | 0.54 | 0.49 |
| Hex | 39 | 42 | C0 | 46 | 42 | 0 | 19 | EC | 36 | 31 |
| Octal | 71 | 102 | 300 | 106 | 102 | 0 | 31 | 354 | 66 | 61 |
| Binary | 111001 | 1000010 | 11000000 | 1000110 | 1000010 | 0 | 11001 | 11101100 | 110110 | 110001 |
Color Harmonies of #3942C0
Complementary color
Monochromatic Colors of #3942C0
Black with #3942C0
Text Example
Text Example
White with #3942C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3942C0; }
p { color: rgb(57,66,192); }
H1.HeaderClassName
{
color: #3942C0;
}
.AnyTagClassName
{
color: #3942C0;
}
</style>
background-color css
<style>
a { background-color: #3942C0; }
a { background-color: rgb(57,66,192); }
div.DivClassName
{
background-color: #3942C0;
}
.BgClassName
{
background-color: #3942C0;
}
</style>
border-color css
<style>
span { border-color: #3942C0; }
span { border-color: rgb(57,66,192); }
td.TdClassName
{
border-color: #3942C0;
}
.TagClassName
{
border-color: #3942C0;
}
</style>