Shades of Free Speech Blue #343FDD
Tints of Free Speech Blue #343FDD
RGB
CMYK
RGB Variations
Color information
#343FDD (or 0x343FDD) is known color: Free Speech Blue. HEX triplet: 34, 3F and DD. RGB value is (52,63,221). Sum of RGB (Red+Green+Blue) = 52+63+221=336 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.48% from 336); Green value is 63 (25% from 255 or 18.75% from 336); Blue value is 221 (86.72% from 255 or 65.77% from 336); Max value from RGB is 221 - color contains mainly: blue. Hex color #343FDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343FDD is #CBC022. Grayscale: #4D4D4D. Windows color (decimal): -13352995 or 14499636. OLE color: 14499636.
HSL color Cylindrical-coordinate representation of color #343FDD: hue angle of 236.09º 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 #343FDD is Cyan = 0.76, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 63 | 221 | - |
| CMYK | 0.76 | 0.71 | 0 | 0.13 |
| HSL | 236.09º | 0.71% | 0.54% | - |
| HSV(B) | 236.09º | 0.76% | 0.87% | - |
| XYZ | 16.24 | 9.51 | 69.39 | - |
| YUV | 77.72 | 208.86 | 109.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 63 | 221 | 0.76 | 0.71 | 0 | 0.13 | 236.09 | 0.71 | 0.54 |
| Hex | 34 | 3F | DD | 4C | 47 | 0 | D | EC | 47 | 36 |
| Octal | 64 | 77 | 335 | 114 | 107 | 0 | 15 | 354 | 107 | 66 |
| Binary | 110100 | 111111 | 11011101 | 1001100 | 1000111 | 0 | 1101 | 11101100 | 1000111 | 110110 |
Color Harmonies of #343FDD
Complementary color
Monochromatic Colors of #343FDD
Black with #343FDD
Text Example
Text Example
White with #343FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343FDD; }
p { color: rgb(52,63,221); }
H1.HeaderClassName
{
color: #343FDD;
}
.AnyTagClassName
{
color: #343FDD;
}
</style>
background-color css
<style>
a { background-color: #343FDD; }
a { background-color: rgb(52,63,221); }
div.DivClassName
{
background-color: #343FDD;
}
.BgClassName
{
background-color: #343FDD;
}
</style>
border-color css
<style>
span { border-color: #343FDD; }
span { border-color: rgb(52,63,221); }
td.TdClassName
{
border-color: #343FDD;
}
.TagClassName
{
border-color: #343FDD;
}
</style>