Shades of Free Speech Blue #334DCD
Tints of Free Speech Blue #334DCD
RGB
CMYK
RGB Variations
Color information
#334DCD (or 0x334DCD) is known color: Free Speech Blue. HEX triplet: 33, 4D and CD. RGB value is (51,77,205). Sum of RGB (Red+Green+Blue) = 51+77+205=333 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.32% from 333); Green value is 77 (30.47% from 255 or 23.12% from 333); Blue value is 205 (80.47% from 255 or 61.56% from 333); Max value from RGB is 205 - color contains mainly: blue. Hex color #334DCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #334DCD is #CCB232. Grayscale: #535353. Windows color (decimal): -13414963 or 13454643. OLE color: 13454643.
HSL color Cylindrical-coordinate representation of color #334DCD: hue angle of 229.87º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #334DCD is Cyan = 0.75, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 51 | 77 | 205 | - |
| CMYK | 0.75 | 0.62 | 0 | 0.20 |
| HSL | 229.87º | 0.61% | 0.5% | - |
| HSV(B) | 229.87º | 0.75% | 0.8% | - |
| XYZ | 15.04 | 10.42 | 58.98 | - |
| YUV | 83.82 | 196.39 | 104.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 77 | 205 | 0.75 | 0.62 | 0 | 0.20 | 229.87 | 0.61 | 0.5 |
| Hex | 33 | 4D | CD | 4B | 3E | 0 | 14 | E6 | 3D | 32 |
| Octal | 63 | 115 | 315 | 113 | 76 | 0 | 24 | 346 | 75 | 62 |
| Binary | 110011 | 1001101 | 11001101 | 1001011 | 111110 | 0 | 10100 | 11100110 | 111101 | 110010 |
Color Harmonies of #334DCD
Complementary color
Monochromatic Colors of #334DCD
Black with #334DCD
Text Example
Text Example
White with #334DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334DCD; }
p { color: rgb(51,77,205); }
H1.HeaderClassName
{
color: #334DCD;
}
.AnyTagClassName
{
color: #334DCD;
}
</style>
background-color css
<style>
a { background-color: #334DCD; }
a { background-color: rgb(51,77,205); }
div.DivClassName
{
background-color: #334DCD;
}
.BgClassName
{
background-color: #334DCD;
}
</style>
border-color css
<style>
span { border-color: #334DCD; }
span { border-color: rgb(51,77,205); }
td.TdClassName
{
border-color: #334DCD;
}
.TagClassName
{
border-color: #334DCD;
}
</style>