Shades of Free Speech Blue #393CCD
Tints of Free Speech Blue #393CCD
RGB
CMYK
RGB Variations
Color information
#393CCD (or 0x393CCD) is known color: Free Speech Blue. HEX triplet: 39, 3C and CD. RGB value is (57,60,205). Sum of RGB (Red+Green+Blue) = 57+60+205=322 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.70% from 322); Green value is 60 (23.83% from 255 or 18.63% from 322); Blue value is 205 (80.47% from 255 or 63.66% from 322); Max value from RGB is 205 - color contains mainly: blue. Hex color #393CCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #393CCD is #C6C332. Grayscale: #4B4B4B. Windows color (decimal): -13026099 or 13450297. OLE color: 13450297.
HSL color Cylindrical-coordinate representation of color #393CCD: hue angle of 238.78º degrees, saturation: 0.6, 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 #393CCD is Cyan = 0.72, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 57 | 60 | 205 | - |
| CMYK | 0.72 | 0.71 | 0 | 0.20 |
| HSL | 238.78º | 0.6% | 0.51% | - |
| HSV(B) | 238.78º | 0.72% | 0.8% | - |
| XYZ | 14.32 | 8.51 | 58.65 | - |
| YUV | 75.63 | 201.01 | 114.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 60 | 205 | 0.72 | 0.71 | 0 | 0.20 | 238.78 | 0.6 | 0.51 |
| Hex | 39 | 3C | CD | 48 | 47 | 0 | 14 | EF | 3C | 33 |
| Octal | 71 | 74 | 315 | 110 | 107 | 0 | 24 | 357 | 74 | 63 |
| Binary | 111001 | 111100 | 11001101 | 1001000 | 1000111 | 0 | 10100 | 11101111 | 111100 | 110011 |
Color Harmonies of #393CCD
Complementary color
Monochromatic Colors of #393CCD
Black with #393CCD
Text Example
Text Example
White with #393CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393CCD; }
p { color: rgb(57,60,205); }
H1.HeaderClassName
{
color: #393CCD;
}
.AnyTagClassName
{
color: #393CCD;
}
</style>
background-color css
<style>
a { background-color: #393CCD; }
a { background-color: rgb(57,60,205); }
div.DivClassName
{
background-color: #393CCD;
}
.BgClassName
{
background-color: #393CCD;
}
</style>
border-color css
<style>
span { border-color: #393CCD; }
span { border-color: rgb(57,60,205); }
td.TdClassName
{
border-color: #393CCD;
}
.TagClassName
{
border-color: #393CCD;
}
</style>