Shades of Free Speech Blue #343EDA
Tints of Free Speech Blue #343EDA
RGB
CMYK
RGB Variations
Color information
#343EDA (or 0x343EDA) is known color: Free Speech Blue. HEX triplet: 34, 3E and DA. RGB value is (52,62,218). Sum of RGB (Red+Green+Blue) = 52+62+218=332 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.66% from 332); Green value is 62 (24.61% from 255 or 18.67% from 332); Blue value is 218 (85.55% from 255 or 65.66% from 332); Max value from RGB is 218 - color contains mainly: blue. Hex color #343EDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343EDA is #CBC125. Grayscale: #4C4C4C. Windows color (decimal): -13353254 or 14302772. OLE color: 14302772.
HSL color Cylindrical-coordinate representation of color #343EDA: hue angle of 236.39º degrees, saturation: 0.69, 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 #343EDA is Cyan = 0.76, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 52 | 62 | 218 | - |
| CMYK | 0.76 | 0.72 | 0 | 0.15 |
| HSL | 236.39º | 0.69% | 0.53% | - |
| HSV(B) | 236.39º | 0.76% | 0.85% | - |
| XYZ | 15.79 | 9.24 | 67.28 | - |
| YUV | 76.79 | 207.69 | 110.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 62 | 218 | 0.76 | 0.72 | 0 | 0.15 | 236.39 | 0.69 | 0.53 |
| Hex | 34 | 3E | DA | 4C | 48 | 0 | F | EC | 45 | 35 |
| Octal | 64 | 76 | 332 | 114 | 110 | 0 | 17 | 354 | 105 | 65 |
| Binary | 110100 | 111110 | 11011010 | 1001100 | 1001000 | 0 | 1111 | 11101100 | 1000101 | 110101 |
Color Harmonies of #343EDA
Complementary color
Monochromatic Colors of #343EDA
Black with #343EDA
Text Example
Text Example
White with #343EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343EDA; }
p { color: rgb(52,62,218); }
H1.HeaderClassName
{
color: #343EDA;
}
.AnyTagClassName
{
color: #343EDA;
}
</style>
background-color css
<style>
a { background-color: #343EDA; }
a { background-color: rgb(52,62,218); }
div.DivClassName
{
background-color: #343EDA;
}
.BgClassName
{
background-color: #343EDA;
}
</style>
border-color css
<style>
span { border-color: #343EDA; }
span { border-color: rgb(52,62,218); }
td.TdClassName
{
border-color: #343EDA;
}
.TagClassName
{
border-color: #343EDA;
}
</style>