Shades of Free Speech Blue #393FCC
Tints of Free Speech Blue #393FCC
RGB
CMYK
RGB Variations
Color information
#393FCC (or 0x393FCC) is known color: Free Speech Blue. HEX triplet: 39, 3F and CC. RGB value is (57,63,204). Sum of RGB (Red+Green+Blue) = 57+63+204=324 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.59% from 324); Green value is 63 (25% from 255 or 19.44% from 324); Blue value is 204 (80.08% from 255 or 62.96% from 324); Max value from RGB is 204 - color contains mainly: blue. Hex color #393FCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #393FCC is #C6C033. Grayscale: #4C4C4C. Windows color (decimal): -13025332 or 13385529. OLE color: 13385529.
HSL color Cylindrical-coordinate representation of color #393FCC: hue angle of 237.55º 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 #393FCC is Cyan = 0.72, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 57 | 63 | 204 | - |
| CMYK | 0.72 | 0.69 | 0 | 0.2 |
| HSL | 237.55º | 0.59% | 0.51% | - |
| HSV(B) | 237.55º | 0.72% | 0.8% | - |
| XYZ | 14.36 | 8.78 | 58.07 | - |
| YUV | 77.28 | 199.51 | 113.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 63 | 204 | 0.72 | 0.69 | 0 | 0.2 | 237.55 | 0.59 | 0.51 |
| Hex | 39 | 3F | CC | 48 | 45 | 0 | 14 | EE | 3B | 33 |
| Octal | 71 | 77 | 314 | 110 | 105 | 0 | 24 | 356 | 73 | 63 |
| Binary | 111001 | 111111 | 11001100 | 1001000 | 1000101 | 0 | 10100 | 11101110 | 111011 | 110011 |
Color Harmonies of #393FCC
Complementary color
Monochromatic Colors of #393FCC
Black with #393FCC
Text Example
Text Example
White with #393FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393FCC; }
p { color: rgb(57,63,204); }
H1.HeaderClassName
{
color: #393FCC;
}
.AnyTagClassName
{
color: #393FCC;
}
</style>
background-color css
<style>
a { background-color: #393FCC; }
a { background-color: rgb(57,63,204); }
div.DivClassName
{
background-color: #393FCC;
}
.BgClassName
{
background-color: #393FCC;
}
</style>
border-color css
<style>
span { border-color: #393FCC; }
span { border-color: rgb(57,63,204); }
td.TdClassName
{
border-color: #393FCC;
}
.TagClassName
{
border-color: #393FCC;
}
</style>