Shades of Free Speech Blue #343ADB
Tints of Free Speech Blue #343ADB
RGB
CMYK
RGB Variations
Color information
#343ADB (or 0x343ADB) is known color: Free Speech Blue. HEX triplet: 34, 3A and DB. RGB value is (52,58,219). Sum of RGB (Red+Green+Blue) = 52+58+219=329 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.81% from 329); Green value is 58 (23.05% from 255 or 17.63% from 329); Blue value is 219 (85.94% from 255 or 66.57% from 329); Max value from RGB is 219 - color contains mainly: blue. Hex color #343ADB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343ADB is #CBC524. Grayscale: #494949. Windows color (decimal): -13354277 or 14367284. OLE color: 14367284.
HSL color Cylindrical-coordinate representation of color #343ADB: hue angle of 237.84º 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 #343ADB is Cyan = 0.76, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 58 | 219 | - |
| CMYK | 0.76 | 0.74 | 0 | 0.14 |
| HSL | 237.84º | 0.7% | 0.53% | - |
| HSV(B) | 237.84º | 0.76% | 0.86% | - |
| XYZ | 15.72 | 8.87 | 67.9 | - |
| YUV | 74.56 | 209.51 | 111.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 58 | 219 | 0.76 | 0.74 | 0 | 0.14 | 237.84 | 0.7 | 0.53 |
| Hex | 34 | 3A | DB | 4C | 4A | 0 | E | EE | 46 | 35 |
| Octal | 64 | 72 | 333 | 114 | 112 | 0 | 16 | 356 | 106 | 65 |
| Binary | 110100 | 111010 | 11011011 | 1001100 | 1001010 | 0 | 1110 | 11101110 | 1000110 | 110101 |
Color Harmonies of #343ADB
Complementary color
Monochromatic Colors of #343ADB
Black with #343ADB
Text Example
Text Example
White with #343ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343ADB; }
p { color: rgb(52,58,219); }
H1.HeaderClassName
{
color: #343ADB;
}
.AnyTagClassName
{
color: #343ADB;
}
</style>
background-color css
<style>
a { background-color: #343ADB; }
a { background-color: rgb(52,58,219); }
div.DivClassName
{
background-color: #343ADB;
}
.BgClassName
{
background-color: #343ADB;
}
</style>
border-color css
<style>
span { border-color: #343ADB; }
span { border-color: rgb(52,58,219); }
td.TdClassName
{
border-color: #343ADB;
}
.TagClassName
{
border-color: #343ADB;
}
</style>