Shades of Free Speech Blue #393CE0
Tints of Free Speech Blue #393CE0
RGB
CMYK
RGB Variations
Color information
#393CE0 (or 0x393CE0) is known color: Free Speech Blue. HEX triplet: 39, 3C and E0. RGB value is (57,60,224). Sum of RGB (Red+Green+Blue) = 57+60+224=341 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.72% from 341); Green value is 60 (23.83% from 255 or 17.60% from 341); Blue value is 224 (87.89% from 255 or 65.69% from 341); Max value from RGB is 224 - color contains mainly: blue. Hex color #393CE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #393CE0 is #C6C31F. Grayscale: #4D4D4D. Windows color (decimal): -13026080 or 14695481. OLE color: 14695481.
HSL color Cylindrical-coordinate representation of color #393CE0: hue angle of 238.92º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #393CE0 is Cyan = 0.75, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 57 | 60 | 224 | - |
| CMYK | 0.75 | 0.73 | 0 | 0.12 |
| HSL | 238.92º | 0.73% | 0.55% | - |
| HSV(B) | 238.92º | 0.75% | 0.88% | - |
| XYZ | 16.76 | 9.48 | 71.47 | - |
| YUV | 77.8 | 210.51 | 113.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 60 | 224 | 0.75 | 0.73 | 0 | 0.12 | 238.92 | 0.73 | 0.55 |
| Hex | 39 | 3C | E0 | 4B | 49 | 0 | C | EF | 49 | 37 |
| Octal | 71 | 74 | 340 | 113 | 111 | 0 | 14 | 357 | 111 | 67 |
| Binary | 111001 | 111100 | 11100000 | 1001011 | 1001001 | 0 | 1100 | 11101111 | 1001001 | 110111 |
Color Harmonies of #393CE0
Complementary color
Monochromatic Colors of #393CE0
Black with #393CE0
Text Example
Text Example
White with #393CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393CE0; }
p { color: rgb(57,60,224); }
H1.HeaderClassName
{
color: #393CE0;
}
.AnyTagClassName
{
color: #393CE0;
}
</style>
background-color css
<style>
a { background-color: #393CE0; }
a { background-color: rgb(57,60,224); }
div.DivClassName
{
background-color: #393CE0;
}
.BgClassName
{
background-color: #393CE0;
}
</style>
border-color css
<style>
span { border-color: #393CE0; }
span { border-color: rgb(57,60,224); }
td.TdClassName
{
border-color: #393CE0;
}
.TagClassName
{
border-color: #393CE0;
}
</style>