Shades of Free Speech Blue #343ED8
Tints of Free Speech Blue #343ED8
RGB
CMYK
RGB Variations
Color information
#343ED8 (or 0x343ED8) is known color: Free Speech Blue. HEX triplet: 34, 3E and D8. RGB value is (52,62,216). Sum of RGB (Red+Green+Blue) = 52+62+216=330 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.76% from 330); Green value is 62 (24.61% from 255 or 18.79% from 330); Blue value is 216 (84.77% from 255 or 65.45% from 330); Max value from RGB is 216 - color contains mainly: blue. Hex color #343ED8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343ED8 is #CBC127. Grayscale: #4B4B4B. Windows color (decimal): -13353256 or 14171700. OLE color: 14171700.
HSL color Cylindrical-coordinate representation of color #343ED8: hue angle of 236.34º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #343ED8 is Cyan = 0.76, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 52 | 62 | 216 | - |
| CMYK | 0.76 | 0.71 | 0 | 0.15 |
| HSL | 236.34º | 0.68% | 0.53% | - |
| HSV(B) | 236.34º | 0.76% | 0.85% | - |
| XYZ | 15.53 | 9.13 | 65.91 | - |
| YUV | 76.57 | 206.69 | 110.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 62 | 216 | 0.76 | 0.71 | 0 | 0.15 | 236.34 | 0.68 | 0.53 |
| Hex | 34 | 3E | D8 | 4C | 47 | 0 | F | EC | 44 | 35 |
| Octal | 64 | 76 | 330 | 114 | 107 | 0 | 17 | 354 | 104 | 65 |
| Binary | 110100 | 111110 | 11011000 | 1001100 | 1000111 | 0 | 1111 | 11101100 | 1000100 | 110101 |
Color Harmonies of #343ED8
Complementary color
Monochromatic Colors of #343ED8
Black with #343ED8
Text Example
Text Example
White with #343ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343ED8; }
p { color: rgb(52,62,216); }
H1.HeaderClassName
{
color: #343ED8;
}
.AnyTagClassName
{
color: #343ED8;
}
</style>
background-color css
<style>
a { background-color: #343ED8; }
a { background-color: rgb(52,62,216); }
div.DivClassName
{
background-color: #343ED8;
}
.BgClassName
{
background-color: #343ED8;
}
</style>
border-color css
<style>
span { border-color: #343ED8; }
span { border-color: rgb(52,62,216); }
td.TdClassName
{
border-color: #343ED8;
}
.TagClassName
{
border-color: #343ED8;
}
</style>