Shades of Free Speech Blue #394ADC
Tints of Free Speech Blue #394ADC
RGB
CMYK
RGB Variations
Color information
#394ADC (or 0x394ADC) is known color: Free Speech Blue. HEX triplet: 39, 4A and DC. RGB value is (57,74,220). Sum of RGB (Red+Green+Blue) = 57+74+220=351 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.24% from 351); Green value is 74 (29.30% from 255 or 21.08% from 351); Blue value is 220 (86.33% from 255 or 62.68% from 351); Max value from RGB is 220 - color contains mainly: blue. Hex color #394ADC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #394ADC is #C6B523. Grayscale: #545454. Windows color (decimal): -13022500 or 14436921. OLE color: 14436921.
HSL color Cylindrical-coordinate representation of color #394ADC: hue angle of 233.74º 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 #394ADC is Cyan = 0.74, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 57 | 74 | 220 | - |
| CMYK | 0.74 | 0.66 | 0 | 0.14 |
| HSL | 233.74º | 0.7% | 0.54% | - |
| HSV(B) | 233.74º | 0.74% | 0.86% | - |
| XYZ | 17.05 | 10.93 | 68.92 | - |
| YUV | 85.56 | 203.87 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 74 | 220 | 0.74 | 0.66 | 0 | 0.14 | 233.74 | 0.7 | 0.54 |
| Hex | 39 | 4A | DC | 4A | 42 | 0 | E | EA | 46 | 36 |
| Octal | 71 | 112 | 334 | 112 | 102 | 0 | 16 | 352 | 106 | 66 |
| Binary | 111001 | 1001010 | 11011100 | 1001010 | 1000010 | 0 | 1110 | 11101010 | 1000110 | 110110 |
Color Harmonies of #394ADC
Complementary color
Monochromatic Colors of #394ADC
Black with #394ADC
Text Example
Text Example
White with #394ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394ADC; }
p { color: rgb(57,74,220); }
H1.HeaderClassName
{
color: #394ADC;
}
.AnyTagClassName
{
color: #394ADC;
}
</style>
background-color css
<style>
a { background-color: #394ADC; }
a { background-color: rgb(57,74,220); }
div.DivClassName
{
background-color: #394ADC;
}
.BgClassName
{
background-color: #394ADC;
}
</style>
border-color css
<style>
span { border-color: #394ADC; }
span { border-color: rgb(57,74,220); }
td.TdClassName
{
border-color: #394ADC;
}
.TagClassName
{
border-color: #394ADC;
}
</style>