Shades of Free Speech Blue #394BCD
Tints of Free Speech Blue #394BCD
RGB
CMYK
RGB Variations
Color information
#394BCD (or 0x394BCD) is known color: Free Speech Blue. HEX triplet: 39, 4B and CD. RGB value is (57,75,205). Sum of RGB (Red+Green+Blue) = 57+75+205=337 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.91% from 337); Green value is 75 (29.69% from 255 or 22.26% from 337); Blue value is 205 (80.47% from 255 or 60.83% from 337); Max value from RGB is 205 - color contains mainly: blue. Hex color #394BCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #394BCD is #C6B432. Grayscale: #535353. Windows color (decimal): -13022259 or 13454137. OLE color: 13454137.
HSL color Cylindrical-coordinate representation of color #394BCD: hue angle of 232.7º degrees, saturation: 0.6, 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 #394BCD is Cyan = 0.72, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 57 | 75 | 205 | - |
| CMYK | 0.72 | 0.63 | 0 | 0.20 |
| HSL | 232.7º | 0.6% | 0.51% | - |
| HSV(B) | 232.7º | 0.72% | 0.8% | - |
| XYZ | 15.22 | 10.31 | 58.95 | - |
| YUV | 84.44 | 196.04 | 108.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 75 | 205 | 0.72 | 0.63 | 0 | 0.20 | 232.7 | 0.6 | 0.51 |
| Hex | 39 | 4B | CD | 48 | 3F | 0 | 14 | E9 | 3C | 33 |
| Octal | 71 | 113 | 315 | 110 | 77 | 0 | 24 | 351 | 74 | 63 |
| Binary | 111001 | 1001011 | 11001101 | 1001000 | 111111 | 0 | 10100 | 11101001 | 111100 | 110011 |
Color Harmonies of #394BCD
Complementary color
Monochromatic Colors of #394BCD
Black with #394BCD
Text Example
Text Example
White with #394BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394BCD; }
p { color: rgb(57,75,205); }
H1.HeaderClassName
{
color: #394BCD;
}
.AnyTagClassName
{
color: #394BCD;
}
</style>
background-color css
<style>
a { background-color: #394BCD; }
a { background-color: rgb(57,75,205); }
div.DivClassName
{
background-color: #394BCD;
}
.BgClassName
{
background-color: #394BCD;
}
</style>
border-color css
<style>
span { border-color: #394BCD; }
span { border-color: rgb(57,75,205); }
td.TdClassName
{
border-color: #394BCD;
}
.TagClassName
{
border-color: #394BCD;
}
</style>