Shades of Free Speech Blue #393FD0
Tints of Free Speech Blue #393FD0
RGB
CMYK
RGB Variations
Color information
#393FD0 (or 0x393FD0) is known color: Free Speech Blue. HEX triplet: 39, 3F and D0. RGB value is (57,63,208). Sum of RGB (Red+Green+Blue) = 57+63+208=328 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.38% from 328); Green value is 63 (25% from 255 or 19.21% from 328); Blue value is 208 (81.64% from 255 or 63.41% from 328); Max value from RGB is 208 - color contains mainly: blue. Hex color #393FD0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #393FD0 is #C6C02F. Grayscale: #4D4D4D. Windows color (decimal): -13025328 or 13647673. OLE color: 13647673.
HSL color Cylindrical-coordinate representation of color #393FD0: hue angle of 237.62º 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 #393FD0 is Cyan = 0.73, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 57 | 63 | 208 | - |
| CMYK | 0.73 | 0.70 | 0 | 0.18 |
| HSL | 237.62º | 0.62% | 0.52% | - |
| HSV(B) | 237.62º | 0.73% | 0.82% | - |
| XYZ | 14.85 | 8.98 | 60.62 | - |
| YUV | 77.74 | 201.51 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 63 | 208 | 0.73 | 0.70 | 0 | 0.18 | 237.62 | 0.62 | 0.52 |
| Hex | 39 | 3F | D0 | 49 | 46 | 0 | 12 | EE | 3E | 34 |
| Octal | 71 | 77 | 320 | 111 | 106 | 0 | 22 | 356 | 76 | 64 |
| Binary | 111001 | 111111 | 11010000 | 1001001 | 1000110 | 0 | 10010 | 11101110 | 111110 | 110100 |
Color Harmonies of #393FD0
Complementary color
Monochromatic Colors of #393FD0
Black with #393FD0
Text Example
Text Example
White with #393FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393FD0; }
p { color: rgb(57,63,208); }
H1.HeaderClassName
{
color: #393FD0;
}
.AnyTagClassName
{
color: #393FD0;
}
</style>
background-color css
<style>
a { background-color: #393FD0; }
a { background-color: rgb(57,63,208); }
div.DivClassName
{
background-color: #393FD0;
}
.BgClassName
{
background-color: #393FD0;
}
</style>
border-color css
<style>
span { border-color: #393FD0; }
span { border-color: rgb(57,63,208); }
td.TdClassName
{
border-color: #393FD0;
}
.TagClassName
{
border-color: #393FD0;
}
</style>