Shades of Free Speech Blue #334ECF
Tints of Free Speech Blue #334ECF
RGB
CMYK
RGB Variations
Color information
#334ECF (or 0x334ECF) is known color: Free Speech Blue. HEX triplet: 33, 4E and CF. RGB value is (51,78,207). Sum of RGB (Red+Green+Blue) = 51+78+207=336 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.18% from 336); Green value is 78 (30.86% from 255 or 23.21% from 336); Blue value is 207 (81.25% from 255 or 61.61% from 336); Max value from RGB is 207 - color contains mainly: blue. Hex color #334ECF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #334ECF is #CCB130. Grayscale: #545454. Windows color (decimal): -13414705 or 13585971. OLE color: 13585971.
HSL color Cylindrical-coordinate representation of color #334ECF: hue angle of 229.62º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #334ECF is Cyan = 0.75, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 51 | 78 | 207 | - |
| CMYK | 0.75 | 0.62 | 0 | 0.19 |
| HSL | 229.62º | 0.62% | 0.51% | - |
| HSV(B) | 229.62º | 0.75% | 0.81% | - |
| XYZ | 15.35 | 10.66 | 60.28 | - |
| YUV | 84.63 | 197.05 | 104.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 78 | 207 | 0.75 | 0.62 | 0 | 0.19 | 229.62 | 0.62 | 0.51 |
| Hex | 33 | 4E | CF | 4B | 3E | 0 | 13 | E6 | 3E | 33 |
| Octal | 63 | 116 | 317 | 113 | 76 | 0 | 23 | 346 | 76 | 63 |
| Binary | 110011 | 1001110 | 11001111 | 1001011 | 111110 | 0 | 10011 | 11100110 | 111110 | 110011 |
Color Harmonies of #334ECF
Complementary color
Monochromatic Colors of #334ECF
Black with #334ECF
Text Example
Text Example
White with #334ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334ECF; }
p { color: rgb(51,78,207); }
H1.HeaderClassName
{
color: #334ECF;
}
.AnyTagClassName
{
color: #334ECF;
}
</style>
background-color css
<style>
a { background-color: #334ECF; }
a { background-color: rgb(51,78,207); }
div.DivClassName
{
background-color: #334ECF;
}
.BgClassName
{
background-color: #334ECF;
}
</style>
border-color css
<style>
span { border-color: #334ECF; }
span { border-color: rgb(51,78,207); }
td.TdClassName
{
border-color: #334ECF;
}
.TagClassName
{
border-color: #334ECF;
}
</style>