Shades of Free Speech Blue #334BDA
Tints of Free Speech Blue #334BDA
RGB
CMYK
RGB Variations
Color information
#334BDA (or 0x334BDA) is known color: Free Speech Blue. HEX triplet: 33, 4B and DA. RGB value is (51,75,218). Sum of RGB (Red+Green+Blue) = 51+75+218=344 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.83% from 344); Green value is 75 (29.69% from 255 or 21.80% from 344); Blue value is 218 (85.55% from 255 or 63.37% from 344); Max value from RGB is 218 - color contains mainly: blue. Hex color #334BDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #334BDA is #CCB425. Grayscale: #535353. Windows color (decimal): -13415462 or 14306099. OLE color: 14306099.
HSL color Cylindrical-coordinate representation of color #334BDA: hue angle of 231.38º 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 #334BDA is Cyan = 0.77, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 51 | 75 | 218 | - |
| CMYK | 0.77 | 0.66 | 0 | 0.15 |
| HSL | 231.38º | 0.69% | 0.53% | - |
| HSV(B) | 231.38º | 0.77% | 0.85% | - |
| XYZ | 16.54 | 10.8 | 67.54 | - |
| YUV | 84.13 | 203.55 | 104.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 75 | 218 | 0.77 | 0.66 | 0 | 0.15 | 231.38 | 0.69 | 0.53 |
| Hex | 33 | 4B | DA | 4D | 42 | 0 | F | E7 | 45 | 35 |
| Octal | 63 | 113 | 332 | 115 | 102 | 0 | 17 | 347 | 105 | 65 |
| Binary | 110011 | 1001011 | 11011010 | 1001101 | 1000010 | 0 | 1111 | 11100111 | 1000101 | 110101 |
Color Harmonies of #334BDA
Complementary color
Monochromatic Colors of #334BDA
Black with #334BDA
Text Example
Text Example
White with #334BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334BDA; }
p { color: rgb(51,75,218); }
H1.HeaderClassName
{
color: #334BDA;
}
.AnyTagClassName
{
color: #334BDA;
}
</style>
background-color css
<style>
a { background-color: #334BDA; }
a { background-color: rgb(51,75,218); }
div.DivClassName
{
background-color: #334BDA;
}
.BgClassName
{
background-color: #334BDA;
}
</style>
border-color css
<style>
span { border-color: #334BDA; }
span { border-color: rgb(51,75,218); }
td.TdClassName
{
border-color: #334BDA;
}
.TagClassName
{
border-color: #334BDA;
}
</style>