Shades of Free Speech Blue #344EC9
Tints of Free Speech Blue #344EC9
RGB
CMYK
RGB Variations
Color information
#344EC9 (or 0x344EC9) is known color: Free Speech Blue. HEX triplet: 34, 4E and C9. RGB value is (52,78,201). Sum of RGB (Red+Green+Blue) = 52+78+201=331 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.71% from 331); Green value is 78 (30.86% from 255 or 23.56% from 331); Blue value is 201 (78.91% from 255 or 60.73% from 331); Max value from RGB is 201 - color contains mainly: blue. Hex color #344EC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #344EC9 is #CBB136. Grayscale: #535353. Windows color (decimal): -13349175 or 13192756. OLE color: 13192756.
HSL color Cylindrical-coordinate representation of color #344EC9: hue angle of 229.53º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #344EC9 is Cyan = 0.74, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 52 | 78 | 201 | - |
| CMYK | 0.74 | 0.61 | 0 | 0.21 |
| HSL | 229.53º | 0.59% | 0.5% | - |
| HSV(B) | 229.53º | 0.74% | 0.79% | - |
| XYZ | 14.68 | 10.4 | 56.49 | - |
| YUV | 84.25 | 193.89 | 105 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 78 | 201 | 0.74 | 0.61 | 0 | 0.21 | 229.53 | 0.59 | 0.5 |
| Hex | 34 | 4E | C9 | 4A | 3D | 0 | 15 | E6 | 3B | 32 |
| Octal | 64 | 116 | 311 | 112 | 75 | 0 | 25 | 346 | 73 | 62 |
| Binary | 110100 | 1001110 | 11001001 | 1001010 | 111101 | 0 | 10101 | 11100110 | 111011 | 110010 |
Color Harmonies of #344EC9
Complementary color
Monochromatic Colors of #344EC9
Black with #344EC9
Text Example
Text Example
White with #344EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344EC9; }
p { color: rgb(52,78,201); }
H1.HeaderClassName
{
color: #344EC9;
}
.AnyTagClassName
{
color: #344EC9;
}
</style>
background-color css
<style>
a { background-color: #344EC9; }
a { background-color: rgb(52,78,201); }
div.DivClassName
{
background-color: #344EC9;
}
.BgClassName
{
background-color: #344EC9;
}
</style>
border-color css
<style>
span { border-color: #344EC9; }
span { border-color: rgb(52,78,201); }
td.TdClassName
{
border-color: #344EC9;
}
.TagClassName
{
border-color: #344EC9;
}
</style>