Shades of Free Speech Blue #393DCB
Tints of Free Speech Blue #393DCB
RGB
CMYK
RGB Variations
Color information
#393DCB (or 0x393DCB) is known color: Free Speech Blue. HEX triplet: 39, 3D and CB. RGB value is (57,61,203). Sum of RGB (Red+Green+Blue) = 57+61+203=321 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.76% from 321); Green value is 61 (24.22% from 255 or 19.00% from 321); Blue value is 203 (79.69% from 255 or 63.24% from 321); Max value from RGB is 203 - color contains mainly: blue. Hex color #393DCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #393DCB is #C6C234. Grayscale: #4B4B4B. Windows color (decimal): -13025845 or 13319481. OLE color: 13319481.
HSL color Cylindrical-coordinate representation of color #393DCB: hue angle of 238.36º degrees, saturation: 0.58, 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 #393DCB is Cyan = 0.72, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 57 | 61 | 203 | - |
| CMYK | 0.72 | 0.70 | 0 | 0.20 |
| HSL | 238.36º | 0.58% | 0.51% | - |
| HSV(B) | 238.36º | 0.72% | 0.8% | - |
| XYZ | 14.14 | 8.52 | 57.4 | - |
| YUV | 75.99 | 199.67 | 114.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 61 | 203 | 0.72 | 0.70 | 0 | 0.20 | 238.36 | 0.58 | 0.51 |
| Hex | 39 | 3D | CB | 48 | 46 | 0 | 14 | EE | 3A | 33 |
| Octal | 71 | 75 | 313 | 110 | 106 | 0 | 24 | 356 | 72 | 63 |
| Binary | 111001 | 111101 | 11001011 | 1001000 | 1000110 | 0 | 10100 | 11101110 | 111010 | 110011 |
Color Harmonies of #393DCB
Complementary color
Monochromatic Colors of #393DCB
Black with #393DCB
Text Example
Text Example
White with #393DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393DCB; }
p { color: rgb(57,61,203); }
H1.HeaderClassName
{
color: #393DCB;
}
.AnyTagClassName
{
color: #393DCB;
}
</style>
background-color css
<style>
a { background-color: #393DCB; }
a { background-color: rgb(57,61,203); }
div.DivClassName
{
background-color: #393DCB;
}
.BgClassName
{
background-color: #393DCB;
}
</style>
border-color css
<style>
span { border-color: #393DCB; }
span { border-color: rgb(57,61,203); }
td.TdClassName
{
border-color: #393DCB;
}
.TagClassName
{
border-color: #393DCB;
}
</style>