Shades of Free Speech Blue #343ED1
Tints of Free Speech Blue #343ED1
RGB
CMYK
RGB Variations
Color information
#343ED1 (or 0x343ED1) is known color: Free Speech Blue. HEX triplet: 34, 3E and D1. RGB value is (52,62,209). Sum of RGB (Red+Green+Blue) = 52+62+209=323 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.10% from 323); Green value is 62 (24.61% from 255 or 19.20% from 323); Blue value is 209 (82.03% from 255 or 64.71% from 323); Max value from RGB is 209 - color contains mainly: blue. Hex color #343ED1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343ED1 is #CBC12E. Grayscale: #4B4B4B. Windows color (decimal): -13353263 or 13712948. OLE color: 13712948.
HSL color Cylindrical-coordinate representation of color #343ED1: hue angle of 236.18º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #343ED1 is Cyan = 0.75, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 52 | 62 | 209 | - |
| CMYK | 0.75 | 0.70 | 0 | 0.18 |
| HSL | 236.18º | 0.63% | 0.51% | - |
| HSV(B) | 236.18º | 0.75% | 0.82% | - |
| XYZ | 14.65 | 8.78 | 61.24 | - |
| YUV | 75.77 | 203.19 | 111.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 62 | 209 | 0.75 | 0.70 | 0 | 0.18 | 236.18 | 0.63 | 0.51 |
| Hex | 34 | 3E | D1 | 4B | 46 | 0 | 12 | EC | 3F | 33 |
| Octal | 64 | 76 | 321 | 113 | 106 | 0 | 22 | 354 | 77 | 63 |
| Binary | 110100 | 111110 | 11010001 | 1001011 | 1000110 | 0 | 10010 | 11101100 | 111111 | 110011 |
Color Harmonies of #343ED1
Complementary color
Monochromatic Colors of #343ED1
Black with #343ED1
Text Example
Text Example
White with #343ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343ED1; }
p { color: rgb(52,62,209); }
H1.HeaderClassName
{
color: #343ED1;
}
.AnyTagClassName
{
color: #343ED1;
}
</style>
background-color css
<style>
a { background-color: #343ED1; }
a { background-color: rgb(52,62,209); }
div.DivClassName
{
background-color: #343ED1;
}
.BgClassName
{
background-color: #343ED1;
}
</style>
border-color css
<style>
span { border-color: #343ED1; }
span { border-color: rgb(52,62,209); }
td.TdClassName
{
border-color: #343ED1;
}
.TagClassName
{
border-color: #343ED1;
}
</style>