Shades of Free Speech Blue #334FDC
Tints of Free Speech Blue #334FDC
RGB
CMYK
RGB Variations
Color information
#334FDC (or 0x334FDC) is known color: Free Speech Blue. HEX triplet: 33, 4F and DC. RGB value is (51,79,220). Sum of RGB (Red+Green+Blue) = 51+79+220=350 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.57% from 350); Green value is 79 (31.25% from 255 or 22.57% from 350); Blue value is 220 (86.33% from 255 or 62.86% from 350); Max value from RGB is 220 - color contains mainly: blue. Hex color #334FDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #334FDC is #CCB023. Grayscale: #565656. Windows color (decimal): -13414436 or 14438195. OLE color: 14438195.
HSL color Cylindrical-coordinate representation of color #334FDC: hue angle of 230.06º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #334FDC is Cyan = 0.77, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 79 | 220 | - |
| CMYK | 0.77 | 0.64 | 0 | 0.14 |
| HSL | 230.06º | 0.71% | 0.53% | - |
| HSV(B) | 230.06º | 0.77% | 0.86% | - |
| XYZ | 17.08 | 11.46 | 69.02 | - |
| YUV | 86.7 | 203.22 | 102.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 79 | 220 | 0.77 | 0.64 | 0 | 0.14 | 230.06 | 0.71 | 0.53 |
| Hex | 33 | 4F | DC | 4D | 40 | 0 | E | E6 | 47 | 35 |
| Octal | 63 | 117 | 334 | 115 | 100 | 0 | 16 | 346 | 107 | 65 |
| Binary | 110011 | 1001111 | 11011100 | 1001101 | 1000000 | 0 | 1110 | 11100110 | 1000111 | 110101 |
Color Harmonies of #334FDC
Complementary color
Monochromatic Colors of #334FDC
Black with #334FDC
Text Example
Text Example
White with #334FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334FDC; }
p { color: rgb(51,79,220); }
H1.HeaderClassName
{
color: #334FDC;
}
.AnyTagClassName
{
color: #334FDC;
}
</style>
background-color css
<style>
a { background-color: #334FDC; }
a { background-color: rgb(51,79,220); }
div.DivClassName
{
background-color: #334FDC;
}
.BgClassName
{
background-color: #334FDC;
}
</style>
border-color css
<style>
span { border-color: #334FDC; }
span { border-color: rgb(51,79,220); }
td.TdClassName
{
border-color: #334FDC;
}
.TagClassName
{
border-color: #334FDC;
}
</style>