Shades of Free Speech Blue #394ACC
Tints of Free Speech Blue #394ACC
RGB
CMYK
RGB Variations
Color information
#394ACC (or 0x394ACC) is known color: Free Speech Blue. HEX triplet: 39, 4A and CC. RGB value is (57,74,204). Sum of RGB (Red+Green+Blue) = 57+74+204=335 (44% of max value = 765). Red value is 57 (22.66% from 255 or 17.01% from 335); Green value is 74 (29.30% from 255 or 22.09% from 335); Blue value is 204 (80.08% from 255 or 60.90% from 335); Max value from RGB is 204 - color contains mainly: blue. Hex color #394ACC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #394ACC is #C6B533. Grayscale: #535353. Windows color (decimal): -13022516 or 13388345. OLE color: 13388345.
HSL color Cylindrical-coordinate representation of color #394ACC: hue angle of 233.06º degrees, saturation: 0.59, 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 #394ACC is Cyan = 0.72, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 57 | 74 | 204 | - |
| CMYK | 0.72 | 0.64 | 0 | 0.2 |
| HSL | 233.06º | 0.59% | 0.51% | - |
| HSV(B) | 233.06º | 0.72% | 0.8% | - |
| XYZ | 15.04 | 10.13 | 58.29 | - |
| YUV | 83.74 | 195.87 | 108.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 74 | 204 | 0.72 | 0.64 | 0 | 0.2 | 233.06 | 0.59 | 0.51 |
| Hex | 39 | 4A | CC | 48 | 40 | 0 | 14 | E9 | 3B | 33 |
| Octal | 71 | 112 | 314 | 110 | 100 | 0 | 24 | 351 | 73 | 63 |
| Binary | 111001 | 1001010 | 11001100 | 1001000 | 1000000 | 0 | 10100 | 11101001 | 111011 | 110011 |
Color Harmonies of #394ACC
Complementary color
Monochromatic Colors of #394ACC
Black with #394ACC
Text Example
Text Example
White with #394ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394ACC; }
p { color: rgb(57,74,204); }
H1.HeaderClassName
{
color: #394ACC;
}
.AnyTagClassName
{
color: #394ACC;
}
</style>
background-color css
<style>
a { background-color: #394ACC; }
a { background-color: rgb(57,74,204); }
div.DivClassName
{
background-color: #394ACC;
}
.BgClassName
{
background-color: #394ACC;
}
</style>
border-color css
<style>
span { border-color: #394ACC; }
span { border-color: rgb(57,74,204); }
td.TdClassName
{
border-color: #394ACC;
}
.TagClassName
{
border-color: #394ACC;
}
</style>