Shades of Free Speech Blue #393ADC
Tints of Free Speech Blue #393ADC
RGB
CMYK
RGB Variations
Color information
#393ADC (or 0x393ADC) is known color: Free Speech Blue. HEX triplet: 39, 3A and DC. RGB value is (57,58,220). Sum of RGB (Red+Green+Blue) = 57+58+220=335 (44% of max value = 765). Red value is 57 (22.66% from 255 or 17.01% from 335); Green value is 58 (23.05% from 255 or 17.31% from 335); Blue value is 220 (86.33% from 255 or 65.67% from 335); Max value from RGB is 220 - color contains mainly: blue. Hex color #393ADC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #393ADC is #C6C523. Grayscale: #4B4B4B. Windows color (decimal): -13026596 or 14432825. OLE color: 14432825.
HSL color Cylindrical-coordinate representation of color #393ADC: hue angle of 239.63º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #393ADC is Cyan = 0.74, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 57 | 58 | 220 | - |
| CMYK | 0.74 | 0.74 | 0 | 0.14 |
| HSL | 239.63º | 0.7% | 0.54% | - |
| HSV(B) | 239.63º | 0.74% | 0.86% | - |
| XYZ | 16.12 | 9.06 | 68.61 | - |
| YUV | 76.17 | 209.17 | 114.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 58 | 220 | 0.74 | 0.74 | 0 | 0.14 | 239.63 | 0.7 | 0.54 |
| Hex | 39 | 3A | DC | 4A | 4A | 0 | E | F0 | 46 | 36 |
| Octal | 71 | 72 | 334 | 112 | 112 | 0 | 16 | 360 | 106 | 66 |
| Binary | 111001 | 111010 | 11011100 | 1001010 | 1001010 | 0 | 1110 | 11110000 | 1000110 | 110110 |
Color Harmonies of #393ADC
Complementary color
Monochromatic Colors of #393ADC
Black with #393ADC
Text Example
Text Example
White with #393ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393ADC; }
p { color: rgb(57,58,220); }
H1.HeaderClassName
{
color: #393ADC;
}
.AnyTagClassName
{
color: #393ADC;
}
</style>
background-color css
<style>
a { background-color: #393ADC; }
a { background-color: rgb(57,58,220); }
div.DivClassName
{
background-color: #393ADC;
}
.BgClassName
{
background-color: #393ADC;
}
</style>
border-color css
<style>
span { border-color: #393ADC; }
span { border-color: rgb(57,58,220); }
td.TdClassName
{
border-color: #393ADC;
}
.TagClassName
{
border-color: #393ADC;
}
</style>