Shades of Free Speech Blue #334BDF
Tints of Free Speech Blue #334BDF
RGB
CMYK
RGB Variations
Color information
#334BDF (or 0x334BDF) is known color: Free Speech Blue. HEX triplet: 33, 4B and DF. RGB value is (51,75,223). Sum of RGB (Red+Green+Blue) = 51+75+223=349 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.61% from 349); Green value is 75 (29.69% from 255 or 21.49% from 349); Blue value is 223 (87.5% from 255 or 63.90% from 349); Max value from RGB is 223 - color contains mainly: blue. Hex color #334BDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #334BDF is #CCB420. Grayscale: #545454. Windows color (decimal): -13415457 or 14633779. OLE color: 14633779.
HSL color Cylindrical-coordinate representation of color #334BDF: hue angle of 231.63º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #334BDF is Cyan = 0.77, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 51 | 75 | 223 | - |
| CMYK | 0.77 | 0.66 | 0 | 0.13 |
| HSL | 231.63º | 0.73% | 0.54% | - |
| HSV(B) | 231.63º | 0.77% | 0.87% | - |
| XYZ | 17.2 | 11.06 | 71.04 | - |
| YUV | 84.7 | 206.05 | 103.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 75 | 223 | 0.77 | 0.66 | 0 | 0.13 | 231.63 | 0.73 | 0.54 |
| Hex | 33 | 4B | DF | 4D | 42 | 0 | D | E8 | 49 | 36 |
| Octal | 63 | 113 | 337 | 115 | 102 | 0 | 15 | 350 | 111 | 66 |
| Binary | 110011 | 1001011 | 11011111 | 1001101 | 1000010 | 0 | 1101 | 11101000 | 1001001 | 110110 |
Color Harmonies of #334BDF
Complementary color
Monochromatic Colors of #334BDF
Black with #334BDF
Text Example
Text Example
White with #334BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334BDF; }
p { color: rgb(51,75,223); }
H1.HeaderClassName
{
color: #334BDF;
}
.AnyTagClassName
{
color: #334BDF;
}
</style>
background-color css
<style>
a { background-color: #334BDF; }
a { background-color: rgb(51,75,223); }
div.DivClassName
{
background-color: #334BDF;
}
.BgClassName
{
background-color: #334BDF;
}
</style>
border-color css
<style>
span { border-color: #334BDF; }
span { border-color: rgb(51,75,223); }
td.TdClassName
{
border-color: #334BDF;
}
.TagClassName
{
border-color: #334BDF;
}
</style>