Shades of Free Speech Blue #334DDA
Tints of Free Speech Blue #334DDA
RGB
CMYK
RGB Variations
Color information
#334DDA (or 0x334DDA) is known color: Free Speech Blue. HEX triplet: 33, 4D and DA. RGB value is (51,77,218). Sum of RGB (Red+Green+Blue) = 51+77+218=346 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.74% from 346); Green value is 77 (30.47% from 255 or 22.25% from 346); Blue value is 218 (85.55% from 255 or 63.01% from 346); Max value from RGB is 218 - color contains mainly: blue. Hex color #334DDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #334DDA is #CCB225. Grayscale: #545454. Windows color (decimal): -13414950 or 14306611. OLE color: 14306611.
HSL color Cylindrical-coordinate representation of color #334DDA: hue angle of 230.66º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #334DDA is Cyan = 0.77, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 51 | 77 | 218 | - |
| CMYK | 0.77 | 0.65 | 0 | 0.15 |
| HSL | 230.66º | 0.69% | 0.53% | - |
| HSV(B) | 230.66º | 0.77% | 0.85% | - |
| XYZ | 16.67 | 11.07 | 67.59 | - |
| YUV | 85.3 | 202.89 | 103.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 77 | 218 | 0.77 | 0.65 | 0 | 0.15 | 230.66 | 0.69 | 0.53 |
| Hex | 33 | 4D | DA | 4D | 41 | 0 | F | E7 | 45 | 35 |
| Octal | 63 | 115 | 332 | 115 | 101 | 0 | 17 | 347 | 105 | 65 |
| Binary | 110011 | 1001101 | 11011010 | 1001101 | 1000001 | 0 | 1111 | 11100111 | 1000101 | 110101 |
Color Harmonies of #334DDA
Complementary color
Monochromatic Colors of #334DDA
Black with #334DDA
Text Example
Text Example
White with #334DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334DDA; }
p { color: rgb(51,77,218); }
H1.HeaderClassName
{
color: #334DDA;
}
.AnyTagClassName
{
color: #334DDA;
}
</style>
background-color css
<style>
a { background-color: #334DDA; }
a { background-color: rgb(51,77,218); }
div.DivClassName
{
background-color: #334DDA;
}
.BgClassName
{
background-color: #334DDA;
}
</style>
border-color css
<style>
span { border-color: #334DDA; }
span { border-color: rgb(51,77,218); }
td.TdClassName
{
border-color: #334DDA;
}
.TagClassName
{
border-color: #334DDA;
}
</style>