Shades of Free Speech Blue #343FDB
Tints of Free Speech Blue #343FDB
RGB
CMYK
RGB Variations
Color information
#343FDB (or 0x343FDB) is known color: Free Speech Blue. HEX triplet: 34, 3F and DB. RGB value is (52,63,219). Sum of RGB (Red+Green+Blue) = 52+63+219=334 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.57% from 334); Green value is 63 (25% from 255 or 18.86% from 334); Blue value is 219 (85.94% from 255 or 65.57% from 334); Max value from RGB is 219 - color contains mainly: blue. Hex color #343FDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343FDB is #CBC024. Grayscale: #4C4C4C. Windows color (decimal): -13352997 or 14368564. OLE color: 14368564.
HSL color Cylindrical-coordinate representation of color #343FDB: hue angle of 236.05º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #343FDB is Cyan = 0.76, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 63 | 219 | - |
| CMYK | 0.76 | 0.71 | 0 | 0.14 |
| HSL | 236.05º | 0.7% | 0.53% | - |
| HSV(B) | 236.05º | 0.76% | 0.86% | - |
| XYZ | 15.98 | 9.4 | 67.99 | - |
| YUV | 77.5 | 207.86 | 109.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 63 | 219 | 0.76 | 0.71 | 0 | 0.14 | 236.05 | 0.7 | 0.53 |
| Hex | 34 | 3F | DB | 4C | 47 | 0 | E | EC | 46 | 35 |
| Octal | 64 | 77 | 333 | 114 | 107 | 0 | 16 | 354 | 106 | 65 |
| Binary | 110100 | 111111 | 11011011 | 1001100 | 1000111 | 0 | 1110 | 11101100 | 1000110 | 110101 |
Color Harmonies of #343FDB
Complementary color
Monochromatic Colors of #343FDB
Black with #343FDB
Text Example
Text Example
White with #343FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343FDB; }
p { color: rgb(52,63,219); }
H1.HeaderClassName
{
color: #343FDB;
}
.AnyTagClassName
{
color: #343FDB;
}
</style>
background-color css
<style>
a { background-color: #343FDB; }
a { background-color: rgb(52,63,219); }
div.DivClassName
{
background-color: #343FDB;
}
.BgClassName
{
background-color: #343FDB;
}
</style>
border-color css
<style>
span { border-color: #343FDB; }
span { border-color: rgb(52,63,219); }
td.TdClassName
{
border-color: #343FDB;
}
.TagClassName
{
border-color: #343FDB;
}
</style>