Shades of Free Speech Blue #343AD6
Tints of Free Speech Blue #343AD6
RGB
CMYK
RGB Variations
Color information
#343AD6 (or 0x343AD6) is known color: Free Speech Blue. HEX triplet: 34, 3A and D6. RGB value is (52,58,214). Sum of RGB (Red+Green+Blue) = 52+58+214=324 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.05% from 324); Green value is 58 (23.05% from 255 or 17.90% from 324); Blue value is 214 (83.98% from 255 or 66.05% from 324); Max value from RGB is 214 - color contains mainly: blue. Hex color #343AD6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343AD6 is #CBC529. Grayscale: #494949. Windows color (decimal): -13354282 or 14039604. OLE color: 14039604.
HSL color Cylindrical-coordinate representation of color #343AD6: hue angle of 237.78º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #343AD6 is Cyan = 0.76, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 52 | 58 | 214 | - |
| CMYK | 0.76 | 0.73 | 0 | 0.16 |
| HSL | 237.78º | 0.66% | 0.52% | - |
| HSV(B) | 237.78º | 0.76% | 0.84% | - |
| XYZ | 15.07 | 8.61 | 64.49 | - |
| YUV | 73.99 | 207.01 | 112.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 58 | 214 | 0.76 | 0.73 | 0 | 0.16 | 237.78 | 0.66 | 0.52 |
| Hex | 34 | 3A | D6 | 4C | 49 | 0 | 10 | EE | 42 | 34 |
| Octal | 64 | 72 | 326 | 114 | 111 | 0 | 20 | 356 | 102 | 64 |
| Binary | 110100 | 111010 | 11010110 | 1001100 | 1001001 | 0 | 10000 | 11101110 | 1000010 | 110100 |
Color Harmonies of #343AD6
Complementary color
Monochromatic Colors of #343AD6
Black with #343AD6
Text Example
Text Example
White with #343AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343AD6; }
p { color: rgb(52,58,214); }
H1.HeaderClassName
{
color: #343AD6;
}
.AnyTagClassName
{
color: #343AD6;
}
</style>
background-color css
<style>
a { background-color: #343AD6; }
a { background-color: rgb(52,58,214); }
div.DivClassName
{
background-color: #343AD6;
}
.BgClassName
{
background-color: #343AD6;
}
</style>
border-color css
<style>
span { border-color: #343AD6; }
span { border-color: rgb(52,58,214); }
td.TdClassName
{
border-color: #343AD6;
}
.TagClassName
{
border-color: #343AD6;
}
</style>