Shades of Free Speech Blue #344EC7
Tints of Free Speech Blue #344EC7
RGB
CMYK
RGB Variations
Color information
#344EC7 (or 0x344EC7) is known color: Free Speech Blue. HEX triplet: 34, 4E and C7. RGB value is (52,78,199). Sum of RGB (Red+Green+Blue) = 52+78+199=329 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.81% from 329); Green value is 78 (30.86% from 255 or 23.71% from 329); Blue value is 199 (78.12% from 255 or 60.49% from 329); Max value from RGB is 199 - color contains mainly: blue. Hex color #344EC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #344EC7 is #CBB138. Grayscale: #535353. Windows color (decimal): -13349177 or 13061684. OLE color: 13061684.
HSL color Cylindrical-coordinate representation of color #344EC7: hue angle of 229.39º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #344EC7 is Cyan = 0.74, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 52 | 78 | 199 | - |
| CMYK | 0.74 | 0.61 | 0 | 0.22 |
| HSL | 229.39º | 0.59% | 0.49% | - |
| HSV(B) | 229.39º | 0.74% | 0.78% | - |
| XYZ | 14.45 | 10.3 | 55.26 | - |
| YUV | 84.02 | 192.89 | 105.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 78 | 199 | 0.74 | 0.61 | 0 | 0.22 | 229.39 | 0.59 | 0.49 |
| Hex | 34 | 4E | C7 | 4A | 3D | 0 | 16 | E5 | 3B | 31 |
| Octal | 64 | 116 | 307 | 112 | 75 | 0 | 26 | 345 | 73 | 61 |
| Binary | 110100 | 1001110 | 11000111 | 1001010 | 111101 | 0 | 10110 | 11100101 | 111011 | 110001 |
Color Harmonies of #344EC7
Complementary color
Monochromatic Colors of #344EC7
Black with #344EC7
Text Example
Text Example
White with #344EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344EC7; }
p { color: rgb(52,78,199); }
H1.HeaderClassName
{
color: #344EC7;
}
.AnyTagClassName
{
color: #344EC7;
}
</style>
background-color css
<style>
a { background-color: #344EC7; }
a { background-color: rgb(52,78,199); }
div.DivClassName
{
background-color: #344EC7;
}
.BgClassName
{
background-color: #344EC7;
}
</style>
border-color css
<style>
span { border-color: #344EC7; }
span { border-color: rgb(52,78,199); }
td.TdClassName
{
border-color: #344EC7;
}
.TagClassName
{
border-color: #344EC7;
}
</style>