Shades of Free Speech Blue #393BDA
Tints of Free Speech Blue #393BDA
RGB
CMYK
RGB Variations
Color information
#393BDA (or 0x393BDA) is known color: Free Speech Blue. HEX triplet: 39, 3B and DA. RGB value is (57,59,218). Sum of RGB (Red+Green+Blue) = 57+59+218=334 (44% of max value = 765). Red value is 57 (22.66% from 255 or 17.07% from 334); Green value is 59 (23.44% from 255 or 17.66% from 334); Blue value is 218 (85.55% from 255 or 65.27% from 334); Max value from RGB is 218 - color contains mainly: blue. Hex color #393BDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #393BDA is #C6C425. Grayscale: #4B4B4B. Windows color (decimal): -13026342 or 14302009. OLE color: 14302009.
HSL color Cylindrical-coordinate representation of color #393BDA: hue angle of 239.25º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #393BDA is Cyan = 0.74, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 57 | 59 | 218 | - |
| CMYK | 0.74 | 0.73 | 0 | 0.15 |
| HSL | 239.25º | 0.69% | 0.54% | - |
| HSV(B) | 239.25º | 0.74% | 0.85% | - |
| XYZ | 15.91 | 9.06 | 67.24 | - |
| YUV | 76.53 | 207.84 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 59 | 218 | 0.74 | 0.73 | 0 | 0.15 | 239.25 | 0.69 | 0.54 |
| Hex | 39 | 3B | DA | 4A | 49 | 0 | F | EF | 45 | 36 |
| Octal | 71 | 73 | 332 | 112 | 111 | 0 | 17 | 357 | 105 | 66 |
| Binary | 111001 | 111011 | 11011010 | 1001010 | 1001001 | 0 | 1111 | 11101111 | 1000101 | 110110 |
Color Harmonies of #393BDA
Complementary color
Monochromatic Colors of #393BDA
Black with #393BDA
Text Example
Text Example
White with #393BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393BDA; }
p { color: rgb(57,59,218); }
H1.HeaderClassName
{
color: #393BDA;
}
.AnyTagClassName
{
color: #393BDA;
}
</style>
background-color css
<style>
a { background-color: #393BDA; }
a { background-color: rgb(57,59,218); }
div.DivClassName
{
background-color: #393BDA;
}
.BgClassName
{
background-color: #393BDA;
}
</style>
border-color css
<style>
span { border-color: #393BDA; }
span { border-color: rgb(57,59,218); }
td.TdClassName
{
border-color: #393BDA;
}
.TagClassName
{
border-color: #393BDA;
}
</style>