Shades of Free Speech Blue #343ADC
Tints of Free Speech Blue #343ADC
RGB
CMYK
RGB Variations
Color information
#343ADC (or 0x343ADC) is known color: Free Speech Blue. HEX triplet: 34, 3A and DC. RGB value is (52,58,220). Sum of RGB (Red+Green+Blue) = 52+58+220=330 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.76% from 330); Green value is 58 (23.05% from 255 or 17.58% from 330); Blue value is 220 (86.33% from 255 or 66.67% from 330); Max value from RGB is 220 - color contains mainly: blue. Hex color #343ADC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343ADC is #CBC523. Grayscale: #4A4A4A. Windows color (decimal): -13354276 or 14432820. OLE color: 14432820.
HSL color Cylindrical-coordinate representation of color #343ADC: hue angle of 237.86º degrees, saturation: 0.71, 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 #343ADC is Cyan = 0.76, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 58 | 220 | - |
| CMYK | 0.76 | 0.74 | 0 | 0.14 |
| HSL | 237.86º | 0.71% | 0.53% | - |
| HSV(B) | 237.86º | 0.76% | 0.86% | - |
| XYZ | 15.85 | 8.92 | 68.6 | - |
| YUV | 74.67 | 210.01 | 111.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 58 | 220 | 0.76 | 0.74 | 0 | 0.14 | 237.86 | 0.71 | 0.53 |
| Hex | 34 | 3A | DC | 4C | 4A | 0 | E | EE | 47 | 35 |
| Octal | 64 | 72 | 334 | 114 | 112 | 0 | 16 | 356 | 107 | 65 |
| Binary | 110100 | 111010 | 11011100 | 1001100 | 1001010 | 0 | 1110 | 11101110 | 1000111 | 110101 |
Color Harmonies of #343ADC
Complementary color
Monochromatic Colors of #343ADC
Black with #343ADC
Text Example
Text Example
White with #343ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343ADC; }
p { color: rgb(52,58,220); }
H1.HeaderClassName
{
color: #343ADC;
}
.AnyTagClassName
{
color: #343ADC;
}
</style>
background-color css
<style>
a { background-color: #343ADC; }
a { background-color: rgb(52,58,220); }
div.DivClassName
{
background-color: #343ADC;
}
.BgClassName
{
background-color: #343ADC;
}
</style>
border-color css
<style>
span { border-color: #343ADC; }
span { border-color: rgb(52,58,220); }
td.TdClassName
{
border-color: #343ADC;
}
.TagClassName
{
border-color: #343ADC;
}
</style>