Shades of Free Speech Blue #344CDF
Tints of Free Speech Blue #344CDF
RGB
CMYK
RGB Variations
Color information
#344CDF (or 0x344CDF) is known color: Free Speech Blue. HEX triplet: 34, 4C and DF. RGB value is (52,76,223). Sum of RGB (Red+Green+Blue) = 52+76+223=351 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.81% from 351); Green value is 76 (30.08% from 255 or 21.65% from 351); Blue value is 223 (87.5% from 255 or 63.53% from 351); Max value from RGB is 223 - color contains mainly: blue. Hex color #344CDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #344CDF is #CBB320. Grayscale: #545454. Windows color (decimal): -13349665 or 14634036. OLE color: 14634036.
HSL color Cylindrical-coordinate representation of color #344CDF: hue angle of 231.58º 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 #344CDF is Cyan = 0.77, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 76 | 223 | - |
| CMYK | 0.77 | 0.66 | 0 | 0.13 |
| HSL | 231.58º | 0.73% | 0.54% | - |
| HSV(B) | 231.58º | 0.77% | 0.87% | - |
| XYZ | 17.32 | 11.23 | 71.07 | - |
| YUV | 85.58 | 205.55 | 104.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 76 | 223 | 0.77 | 0.66 | 0 | 0.13 | 231.58 | 0.73 | 0.54 |
| Hex | 34 | 4C | DF | 4D | 42 | 0 | D | E8 | 49 | 36 |
| Octal | 64 | 114 | 337 | 115 | 102 | 0 | 15 | 350 | 111 | 66 |
| Binary | 110100 | 1001100 | 11011111 | 1001101 | 1000010 | 0 | 1101 | 11101000 | 1001001 | 110110 |
Color Harmonies of #344CDF
Complementary color
Monochromatic Colors of #344CDF
Black with #344CDF
Text Example
Text Example
White with #344CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344CDF; }
p { color: rgb(52,76,223); }
H1.HeaderClassName
{
color: #344CDF;
}
.AnyTagClassName
{
color: #344CDF;
}
</style>
background-color css
<style>
a { background-color: #344CDF; }
a { background-color: rgb(52,76,223); }
div.DivClassName
{
background-color: #344CDF;
}
.BgClassName
{
background-color: #344CDF;
}
</style>
border-color css
<style>
span { border-color: #344CDF; }
span { border-color: rgb(52,76,223); }
td.TdClassName
{
border-color: #344CDF;
}
.TagClassName
{
border-color: #344CDF;
}
</style>