Shades of Free Speech Blue #334DD4
Tints of Free Speech Blue #334DD4
RGB
CMYK
RGB Variations
Color information
#334DD4 (or 0x334DD4) is known color: Free Speech Blue. HEX triplet: 33, 4D and D4. RGB value is (51,77,212). Sum of RGB (Red+Green+Blue) = 51+77+212=340 (45% of max value = 765). Red value is 51 (20.31% from 255 or 15% from 340); Green value is 77 (30.47% from 255 or 22.65% from 340); Blue value is 212 (83.20% from 255 or 62.35% from 340); Max value from RGB is 212 - color contains mainly: blue. Hex color #334DD4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #334DD4 is #CCB22B. Grayscale: #545454. Windows color (decimal): -13414956 or 13913395. OLE color: 13913395.
HSL color Cylindrical-coordinate representation of color #334DD4: hue angle of 230.31º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #334DD4 is Cyan = 0.76, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 51 | 77 | 212 | - |
| CMYK | 0.76 | 0.64 | 0 | 0.17 |
| HSL | 230.31º | 0.65% | 0.52% | - |
| HSV(B) | 230.31º | 0.76% | 0.83% | - |
| XYZ | 15.9 | 10.77 | 63.53 | - |
| YUV | 84.62 | 199.89 | 104.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 77 | 212 | 0.76 | 0.64 | 0 | 0.17 | 230.31 | 0.65 | 0.52 |
| Hex | 33 | 4D | D4 | 4C | 40 | 0 | 11 | E6 | 41 | 34 |
| Octal | 63 | 115 | 324 | 114 | 100 | 0 | 21 | 346 | 101 | 64 |
| Binary | 110011 | 1001101 | 11010100 | 1001100 | 1000000 | 0 | 10001 | 11100110 | 1000001 | 110100 |
Color Harmonies of #334DD4
Complementary color
Monochromatic Colors of #334DD4
Black with #334DD4
Text Example
Text Example
White with #334DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334DD4; }
p { color: rgb(51,77,212); }
H1.HeaderClassName
{
color: #334DD4;
}
.AnyTagClassName
{
color: #334DD4;
}
</style>
background-color css
<style>
a { background-color: #334DD4; }
a { background-color: rgb(51,77,212); }
div.DivClassName
{
background-color: #334DD4;
}
.BgClassName
{
background-color: #334DD4;
}
</style>
border-color css
<style>
span { border-color: #334DD4; }
span { border-color: rgb(51,77,212); }
td.TdClassName
{
border-color: #334DD4;
}
.TagClassName
{
border-color: #334DD4;
}
</style>