Shades of Free Speech Blue #3942D0
Tints of Free Speech Blue #3942D0
RGB
CMYK
RGB Variations
Color information
#3942D0 (or 0x3942D0) is known color: Free Speech Blue. HEX triplet: 39, 42 and D0. RGB value is (57,66,208). Sum of RGB (Red+Green+Blue) = 57+66+208=331 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.22% from 331); Green value is 66 (26.17% from 255 or 19.94% from 331); Blue value is 208 (81.64% from 255 or 62.84% from 331); Max value from RGB is 208 - color contains mainly: blue. Hex color #3942D0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3942D0 is #C6BD2F. Grayscale: #4E4E4E. Windows color (decimal): -13024560 or 13648441. OLE color: 13648441.
HSL color Cylindrical-coordinate representation of color #3942D0: hue angle of 236.42º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3942D0 is Cyan = 0.73, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 57 | 66 | 208 | - |
| CMYK | 0.73 | 0.68 | 0 | 0.18 |
| HSL | 236.42º | 0.62% | 0.52% | - |
| HSV(B) | 236.42º | 0.73% | 0.82% | - |
| XYZ | 15.02 | 9.32 | 60.68 | - |
| YUV | 79.5 | 200.52 | 111.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 66 | 208 | 0.73 | 0.68 | 0 | 0.18 | 236.42 | 0.62 | 0.52 |
| Hex | 39 | 42 | D0 | 49 | 44 | 0 | 12 | EC | 3E | 34 |
| Octal | 71 | 102 | 320 | 111 | 104 | 0 | 22 | 354 | 76 | 64 |
| Binary | 111001 | 1000010 | 11010000 | 1001001 | 1000100 | 0 | 10010 | 11101100 | 111110 | 110100 |
Color Harmonies of #3942D0
Complementary color
Monochromatic Colors of #3942D0
Black with #3942D0
Text Example
Text Example
White with #3942D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3942D0; }
p { color: rgb(57,66,208); }
H1.HeaderClassName
{
color: #3942D0;
}
.AnyTagClassName
{
color: #3942D0;
}
</style>
background-color css
<style>
a { background-color: #3942D0; }
a { background-color: rgb(57,66,208); }
div.DivClassName
{
background-color: #3942D0;
}
.BgClassName
{
background-color: #3942D0;
}
</style>
border-color css
<style>
span { border-color: #3942D0; }
span { border-color: rgb(57,66,208); }
td.TdClassName
{
border-color: #3942D0;
}
.TagClassName
{
border-color: #3942D0;
}
</style>