Shades of Free Speech Blue #343BDD
Tints of Free Speech Blue #343BDD
RGB
CMYK
RGB Variations
Color information
#343BDD (or 0x343BDD) is known color: Free Speech Blue. HEX triplet: 34, 3B and DD. RGB value is (52,59,221). Sum of RGB (Red+Green+Blue) = 52+59+221=332 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.66% from 332); Green value is 59 (23.44% from 255 or 17.77% from 332); Blue value is 221 (86.72% from 255 or 66.57% from 332); Max value from RGB is 221 - color contains mainly: blue. Hex color #343BDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343BDD is #CBC422. Grayscale: #4A4A4A. Windows color (decimal): -13354019 or 14498612. OLE color: 14498612.
HSL color Cylindrical-coordinate representation of color #343BDD: hue angle of 237.51º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #343BDD is Cyan = 0.76, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 59 | 221 | - |
| CMYK | 0.76 | 0.73 | 0 | 0.13 |
| HSL | 237.51º | 0.71% | 0.54% | - |
| HSV(B) | 237.51º | 0.76% | 0.87% | - |
| XYZ | 16.03 | 9.08 | 69.31 | - |
| YUV | 75.38 | 210.18 | 111.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 59 | 221 | 0.76 | 0.73 | 0 | 0.13 | 237.51 | 0.71 | 0.54 |
| Hex | 34 | 3B | DD | 4C | 49 | 0 | D | EE | 47 | 36 |
| Octal | 64 | 73 | 335 | 114 | 111 | 0 | 15 | 356 | 107 | 66 |
| Binary | 110100 | 111011 | 11011101 | 1001100 | 1001001 | 0 | 1101 | 11101110 | 1000111 | 110110 |
Color Harmonies of #343BDD
Complementary color
Monochromatic Colors of #343BDD
Black with #343BDD
Text Example
Text Example
White with #343BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343BDD; }
p { color: rgb(52,59,221); }
H1.HeaderClassName
{
color: #343BDD;
}
.AnyTagClassName
{
color: #343BDD;
}
</style>
background-color css
<style>
a { background-color: #343BDD; }
a { background-color: rgb(52,59,221); }
div.DivClassName
{
background-color: #343BDD;
}
.BgClassName
{
background-color: #343BDD;
}
</style>
border-color css
<style>
span { border-color: #343BDD; }
span { border-color: rgb(52,59,221); }
td.TdClassName
{
border-color: #343BDD;
}
.TagClassName
{
border-color: #343BDD;
}
</style>