Shades of Free Speech Blue #393FCE
Tints of Free Speech Blue #393FCE
RGB
CMYK
RGB Variations
Color information
#393FCE (or 0x393FCE) is known color: Free Speech Blue. HEX triplet: 39, 3F and CE. RGB value is (57,63,206). Sum of RGB (Red+Green+Blue) = 57+63+206=326 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.48% from 326); Green value is 63 (25% from 255 or 19.33% from 326); Blue value is 206 (80.86% from 255 or 63.19% from 326); Max value from RGB is 206 - color contains mainly: blue. Hex color #393FCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #393FCE is #C6C031. Grayscale: #4C4C4C. Windows color (decimal): -13025330 or 13516601. OLE color: 13516601.
HSL color Cylindrical-coordinate representation of color #393FCE: hue angle of 237.58º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #393FCE is Cyan = 0.72, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 57 | 63 | 206 | - |
| CMYK | 0.72 | 0.69 | 0 | 0.19 |
| HSL | 237.58º | 0.6% | 0.52% | - |
| HSV(B) | 237.58º | 0.72% | 0.81% | - |
| XYZ | 14.61 | 8.88 | 59.34 | - |
| YUV | 77.51 | 200.51 | 113.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 63 | 206 | 0.72 | 0.69 | 0 | 0.19 | 237.58 | 0.6 | 0.52 |
| Hex | 39 | 3F | CE | 48 | 45 | 0 | 13 | EE | 3C | 34 |
| Octal | 71 | 77 | 316 | 110 | 105 | 0 | 23 | 356 | 74 | 64 |
| Binary | 111001 | 111111 | 11001110 | 1001000 | 1000101 | 0 | 10011 | 11101110 | 111100 | 110100 |
Color Harmonies of #393FCE
Complementary color
Monochromatic Colors of #393FCE
Black with #393FCE
Text Example
Text Example
White with #393FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393FCE; }
p { color: rgb(57,63,206); }
H1.HeaderClassName
{
color: #393FCE;
}
.AnyTagClassName
{
color: #393FCE;
}
</style>
background-color css
<style>
a { background-color: #393FCE; }
a { background-color: rgb(57,63,206); }
div.DivClassName
{
background-color: #393FCE;
}
.BgClassName
{
background-color: #393FCE;
}
</style>
border-color css
<style>
span { border-color: #393FCE; }
span { border-color: rgb(57,63,206); }
td.TdClassName
{
border-color: #393FCE;
}
.TagClassName
{
border-color: #393FCE;
}
</style>