Shades of Free Speech Blue #343DDB
Tints of Free Speech Blue #343DDB
RGB
CMYK
RGB Variations
Color information
#343DDB (or 0x343DDB) is known color: Free Speech Blue. HEX triplet: 34, 3D and DB. RGB value is (52,61,219). Sum of RGB (Red+Green+Blue) = 52+61+219=332 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.66% from 332); Green value is 61 (24.22% from 255 or 18.37% from 332); Blue value is 219 (85.94% from 255 or 65.96% from 332); Max value from RGB is 219 - color contains mainly: blue. Hex color #343DDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343DDB is #CBC224. Grayscale: #4B4B4B. Windows color (decimal): -13353509 or 14368052. OLE color: 14368052.
HSL color Cylindrical-coordinate representation of color #343DDB: hue angle of 236.77º 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 #343DDB is Cyan = 0.76, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 61 | 219 | - |
| CMYK | 0.76 | 0.72 | 0 | 0.14 |
| HSL | 236.77º | 0.7% | 0.53% | - |
| HSV(B) | 236.77º | 0.76% | 0.86% | - |
| XYZ | 15.87 | 9.18 | 67.95 | - |
| YUV | 76.32 | 208.52 | 110.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 61 | 219 | 0.76 | 0.72 | 0 | 0.14 | 236.77 | 0.7 | 0.53 |
| Hex | 34 | 3D | DB | 4C | 48 | 0 | E | ED | 46 | 35 |
| Octal | 64 | 75 | 333 | 114 | 110 | 0 | 16 | 355 | 106 | 65 |
| Binary | 110100 | 111101 | 11011011 | 1001100 | 1001000 | 0 | 1110 | 11101101 | 1000110 | 110101 |
Color Harmonies of #343DDB
Complementary color
Monochromatic Colors of #343DDB
Black with #343DDB
Text Example
Text Example
White with #343DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343DDB; }
p { color: rgb(52,61,219); }
H1.HeaderClassName
{
color: #343DDB;
}
.AnyTagClassName
{
color: #343DDB;
}
</style>
background-color css
<style>
a { background-color: #343DDB; }
a { background-color: rgb(52,61,219); }
div.DivClassName
{
background-color: #343DDB;
}
.BgClassName
{
background-color: #343DDB;
}
</style>
border-color css
<style>
span { border-color: #343DDB; }
span { border-color: rgb(52,61,219); }
td.TdClassName
{
border-color: #343DDB;
}
.TagClassName
{
border-color: #343DDB;
}
</style>