Shades of Free Speech Blue #343ED3
Tints of Free Speech Blue #343ED3
RGB
CMYK
RGB Variations
Color information
#343ED3 (or 0x343ED3) is known color: Free Speech Blue. HEX triplet: 34, 3E and D3. RGB value is (52,62,211). Sum of RGB (Red+Green+Blue) = 52+62+211=325 (43% of max value = 765). Red value is 52 (20.70% from 255 or 16% from 325); Green value is 62 (24.61% from 255 or 19.08% from 325); Blue value is 211 (82.81% from 255 or 64.92% from 325); Max value from RGB is 211 - color contains mainly: blue. Hex color #343ED3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343ED3 is #CBC12C. Grayscale: #4B4B4B. Windows color (decimal): -13353261 or 13844020. OLE color: 13844020.
HSL color Cylindrical-coordinate representation of color #343ED3: hue angle of 236.23º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #343ED3 is Cyan = 0.75, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 52 | 62 | 211 | - |
| CMYK | 0.75 | 0.71 | 0 | 0.17 |
| HSL | 236.23º | 0.64% | 0.52% | - |
| HSV(B) | 236.23º | 0.75% | 0.83% | - |
| XYZ | 14.9 | 8.88 | 62.56 | - |
| YUV | 76 | 204.19 | 110.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 62 | 211 | 0.75 | 0.71 | 0 | 0.17 | 236.23 | 0.64 | 0.52 |
| Hex | 34 | 3E | D3 | 4B | 47 | 0 | 11 | EC | 40 | 34 |
| Octal | 64 | 76 | 323 | 113 | 107 | 0 | 21 | 354 | 100 | 64 |
| Binary | 110100 | 111110 | 11010011 | 1001011 | 1000111 | 0 | 10001 | 11101100 | 1000000 | 110100 |
Color Harmonies of #343ED3
Complementary color
Monochromatic Colors of #343ED3
Black with #343ED3
Text Example
Text Example
White with #343ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343ED3; }
p { color: rgb(52,62,211); }
H1.HeaderClassName
{
color: #343ED3;
}
.AnyTagClassName
{
color: #343ED3;
}
</style>
background-color css
<style>
a { background-color: #343ED3; }
a { background-color: rgb(52,62,211); }
div.DivClassName
{
background-color: #343ED3;
}
.BgClassName
{
background-color: #343ED3;
}
</style>
border-color css
<style>
span { border-color: #343ED3; }
span { border-color: rgb(52,62,211); }
td.TdClassName
{
border-color: #343ED3;
}
.TagClassName
{
border-color: #343ED3;
}
</style>