Shades of Free Speech Blue #394AC1
Tints of Free Speech Blue #394AC1
RGB
CMYK
RGB Variations
Color information
#394AC1 (or 0x394AC1) is known color: Free Speech Blue. HEX triplet: 39, 4A and C1. RGB value is (57,74,193). Sum of RGB (Red+Green+Blue) = 57+74+193=324 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.59% from 324); Green value is 74 (29.30% from 255 or 22.84% from 324); Blue value is 193 (75.78% from 255 or 59.57% from 324); Max value from RGB is 193 - color contains mainly: blue. Hex color #394AC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #394AC1 is #C6B53E. Grayscale: #515151. Windows color (decimal): -13022527 or 12667449. OLE color: 12667449.
HSL color Cylindrical-coordinate representation of color #394AC1: hue angle of 232.5º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #394AC1 is Cyan = 0.70, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 57 | 74 | 193 | - |
| CMYK | 0.70 | 0.62 | 0 | 0.24 |
| HSL | 232.5º | 0.54% | 0.49% | - |
| HSV(B) | 232.5º | 0.7% | 0.76% | - |
| XYZ | 13.76 | 9.62 | 51.58 | - |
| YUV | 82.48 | 190.37 | 109.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 74 | 193 | 0.70 | 0.62 | 0 | 0.24 | 232.5 | 0.54 | 0.49 |
| Hex | 39 | 4A | C1 | 46 | 3E | 0 | 18 | E8 | 36 | 31 |
| Octal | 71 | 112 | 301 | 106 | 76 | 0 | 30 | 350 | 66 | 61 |
| Binary | 111001 | 1001010 | 11000001 | 1000110 | 111110 | 0 | 11000 | 11101000 | 110110 | 110001 |
Color Harmonies of #394AC1
Complementary color
Monochromatic Colors of #394AC1
Black with #394AC1
Text Example
Text Example
White with #394AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394AC1; }
p { color: rgb(57,74,193); }
H1.HeaderClassName
{
color: #394AC1;
}
.AnyTagClassName
{
color: #394AC1;
}
</style>
background-color css
<style>
a { background-color: #394AC1; }
a { background-color: rgb(57,74,193); }
div.DivClassName
{
background-color: #394AC1;
}
.BgClassName
{
background-color: #394AC1;
}
</style>
border-color css
<style>
span { border-color: #394AC1; }
span { border-color: rgb(57,74,193); }
td.TdClassName
{
border-color: #394AC1;
}
.TagClassName
{
border-color: #394AC1;
}
</style>