Shades of Free Speech Blue #393CCC
Tints of Free Speech Blue #393CCC
RGB
CMYK
RGB Variations
Color information
#393CCC (or 0x393CCC) is known color: Free Speech Blue. HEX triplet: 39, 3C and CC. RGB value is (57,60,204). Sum of RGB (Red+Green+Blue) = 57+60+204=321 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.76% from 321); Green value is 60 (23.83% from 255 or 18.69% from 321); Blue value is 204 (80.08% from 255 or 63.55% from 321); Max value from RGB is 204 - color contains mainly: blue. Hex color #393CCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #393CCC is #C6C333. Grayscale: #4A4A4A. Windows color (decimal): -13026100 or 13384761. OLE color: 13384761.
HSL color Cylindrical-coordinate representation of color #393CCC: hue angle of 238.78º 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 #393CCC is Cyan = 0.72, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 57 | 60 | 204 | - |
| CMYK | 0.72 | 0.71 | 0 | 0.2 |
| HSL | 238.78º | 0.59% | 0.51% | - |
| HSV(B) | 238.78º | 0.72% | 0.8% | - |
| XYZ | 14.2 | 8.46 | 58.01 | - |
| YUV | 75.52 | 200.51 | 114.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 60 | 204 | 0.72 | 0.71 | 0 | 0.2 | 238.78 | 0.59 | 0.51 |
| Hex | 39 | 3C | CC | 48 | 47 | 0 | 14 | EF | 3B | 33 |
| Octal | 71 | 74 | 314 | 110 | 107 | 0 | 24 | 357 | 73 | 63 |
| Binary | 111001 | 111100 | 11001100 | 1001000 | 1000111 | 0 | 10100 | 11101111 | 111011 | 110011 |
Color Harmonies of #393CCC
Complementary color
Monochromatic Colors of #393CCC
Black with #393CCC
Text Example
Text Example
White with #393CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393CCC; }
p { color: rgb(57,60,204); }
H1.HeaderClassName
{
color: #393CCC;
}
.AnyTagClassName
{
color: #393CCC;
}
</style>
background-color css
<style>
a { background-color: #393CCC; }
a { background-color: rgb(57,60,204); }
div.DivClassName
{
background-color: #393CCC;
}
.BgClassName
{
background-color: #393CCC;
}
</style>
border-color css
<style>
span { border-color: #393CCC; }
span { border-color: rgb(57,60,204); }
td.TdClassName
{
border-color: #393CCC;
}
.TagClassName
{
border-color: #393CCC;
}
</style>