Shades of Free Speech Blue #334EDF
Tints of Free Speech Blue #334EDF
RGB
CMYK
RGB Variations
Color information
#334EDF (or 0x334EDF) is known color: Free Speech Blue. HEX triplet: 33, 4E and DF. RGB value is (51,78,223). Sum of RGB (Red+Green+Blue) = 51+78+223=352 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.49% from 352); Green value is 78 (30.86% from 255 or 22.16% from 352); Blue value is 223 (87.5% from 255 or 63.35% from 352); Max value from RGB is 223 - color contains mainly: blue. Hex color #334EDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #334EDF is #CCB120. Grayscale: #555555. Windows color (decimal): -13414689 or 14634547. OLE color: 14634547.
HSL color Cylindrical-coordinate representation of color #334EDF: hue angle of 230.58º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #334EDF is Cyan = 0.77, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 51 | 78 | 223 | - |
| CMYK | 0.77 | 0.65 | 0 | 0.13 |
| HSL | 230.58º | 0.73% | 0.54% | - |
| HSV(B) | 230.58º | 0.77% | 0.87% | - |
| XYZ | 17.41 | 11.48 | 71.11 | - |
| YUV | 86.46 | 205.05 | 102.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 78 | 223 | 0.77 | 0.65 | 0 | 0.13 | 230.58 | 0.73 | 0.54 |
| Hex | 33 | 4E | DF | 4D | 41 | 0 | D | E7 | 49 | 36 |
| Octal | 63 | 116 | 337 | 115 | 101 | 0 | 15 | 347 | 111 | 66 |
| Binary | 110011 | 1001110 | 11011111 | 1001101 | 1000001 | 0 | 1101 | 11100111 | 1001001 | 110110 |
Color Harmonies of #334EDF
Complementary color
Monochromatic Colors of #334EDF
Black with #334EDF
Text Example
Text Example
White with #334EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334EDF; }
p { color: rgb(51,78,223); }
H1.HeaderClassName
{
color: #334EDF;
}
.AnyTagClassName
{
color: #334EDF;
}
</style>
background-color css
<style>
a { background-color: #334EDF; }
a { background-color: rgb(51,78,223); }
div.DivClassName
{
background-color: #334EDF;
}
.BgClassName
{
background-color: #334EDF;
}
</style>
border-color css
<style>
span { border-color: #334EDF; }
span { border-color: rgb(51,78,223); }
td.TdClassName
{
border-color: #334EDF;
}
.TagClassName
{
border-color: #334EDF;
}
</style>