Shades of Free Speech Blue #343EC9
Tints of Free Speech Blue #343EC9
RGB
CMYK
RGB Variations
Color information
#343EC9 (or 0x343EC9) is known color: Free Speech Blue. HEX triplet: 34, 3E and C9. RGB value is (52,62,201). Sum of RGB (Red+Green+Blue) = 52+62+201=315 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.51% from 315); Green value is 62 (24.61% from 255 or 19.68% from 315); Blue value is 201 (78.91% from 255 or 63.81% from 315); Max value from RGB is 201 - color contains mainly: blue. Hex color #343EC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343EC9 is #CBC136. Grayscale: #4A4A4A. Windows color (decimal): -13353271 or 13188660. OLE color: 13188660.
HSL color Cylindrical-coordinate representation of color #343EC9: hue angle of 235.97º 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 #343EC9 is Cyan = 0.74, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 52 | 62 | 201 | - |
| CMYK | 0.74 | 0.69 | 0 | 0.21 |
| HSL | 235.97º | 0.59% | 0.5% | - |
| HSV(B) | 235.97º | 0.74% | 0.79% | - |
| XYZ | 13.68 | 8.39 | 56.16 | - |
| YUV | 74.86 | 199.19 | 111.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 62 | 201 | 0.74 | 0.69 | 0 | 0.21 | 235.97 | 0.59 | 0.5 |
| Hex | 34 | 3E | C9 | 4A | 45 | 0 | 15 | EC | 3B | 32 |
| Octal | 64 | 76 | 311 | 112 | 105 | 0 | 25 | 354 | 73 | 62 |
| Binary | 110100 | 111110 | 11001001 | 1001010 | 1000101 | 0 | 10101 | 11101100 | 111011 | 110010 |
Color Harmonies of #343EC9
Complementary color
Monochromatic Colors of #343EC9
Black with #343EC9
Text Example
Text Example
White with #343EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343EC9; }
p { color: rgb(52,62,201); }
H1.HeaderClassName
{
color: #343EC9;
}
.AnyTagClassName
{
color: #343EC9;
}
</style>
background-color css
<style>
a { background-color: #343EC9; }
a { background-color: rgb(52,62,201); }
div.DivClassName
{
background-color: #343EC9;
}
.BgClassName
{
background-color: #343EC9;
}
</style>
border-color css
<style>
span { border-color: #343EC9; }
span { border-color: rgb(52,62,201); }
td.TdClassName
{
border-color: #343EC9;
}
.TagClassName
{
border-color: #343EC9;
}
</style>