Shades of Free Speech Blue #344DDF
Tints of Free Speech Blue #344DDF
RGB
CMYK
RGB Variations
Color information
#344DDF (or 0x344DDF) is known color: Free Speech Blue. HEX triplet: 34, 4D and DF. RGB value is (52,77,223). Sum of RGB (Red+Green+Blue) = 52+77+223=352 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.77% from 352); Green value is 77 (30.47% from 255 or 21.88% from 352); Blue value is 223 (87.5% from 255 or 63.35% from 352); Max value from RGB is 223 - color contains mainly: blue. Hex color #344DDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #344DDF is #CBB220. Grayscale: #555555. Windows color (decimal): -13349409 or 14634292. OLE color: 14634292.
HSL color Cylindrical-coordinate representation of color #344DDF: hue angle of 231.23º 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 #344DDF is Cyan = 0.77, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 77 | 223 | - |
| CMYK | 0.77 | 0.65 | 0 | 0.13 |
| HSL | 231.23º | 0.73% | 0.54% | - |
| HSV(B) | 231.23º | 0.77% | 0.87% | - |
| XYZ | 17.39 | 11.37 | 71.09 | - |
| YUV | 86.17 | 205.22 | 103.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 77 | 223 | 0.77 | 0.65 | 0 | 0.13 | 231.23 | 0.73 | 0.54 |
| Hex | 34 | 4D | DF | 4D | 41 | 0 | D | E7 | 49 | 36 |
| Octal | 64 | 115 | 337 | 115 | 101 | 0 | 15 | 347 | 111 | 66 |
| Binary | 110100 | 1001101 | 11011111 | 1001101 | 1000001 | 0 | 1101 | 11100111 | 1001001 | 110110 |
Color Harmonies of #344DDF
Complementary color
Monochromatic Colors of #344DDF
Black with #344DDF
Text Example
Text Example
White with #344DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344DDF; }
p { color: rgb(52,77,223); }
H1.HeaderClassName
{
color: #344DDF;
}
.AnyTagClassName
{
color: #344DDF;
}
</style>
background-color css
<style>
a { background-color: #344DDF; }
a { background-color: rgb(52,77,223); }
div.DivClassName
{
background-color: #344DDF;
}
.BgClassName
{
background-color: #344DDF;
}
</style>
border-color css
<style>
span { border-color: #344DDF; }
span { border-color: rgb(52,77,223); }
td.TdClassName
{
border-color: #344DDF;
}
.TagClassName
{
border-color: #344DDF;
}
</style>