Shades of Free Speech Blue #343CDF
Tints of Free Speech Blue #343CDF
RGB
CMYK
RGB Variations
Color information
#343CDF (or 0x343CDF) is known color: Free Speech Blue. HEX triplet: 34, 3C and DF. RGB value is (52,60,223). Sum of RGB (Red+Green+Blue) = 52+60+223=335 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.52% from 335); Green value is 60 (23.83% from 255 or 17.91% from 335); Blue value is 223 (87.5% from 255 or 66.57% from 335); Max value from RGB is 223 - color contains mainly: blue. Hex color #343CDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343CDF is #CBC320. Grayscale: #4B4B4B. Windows color (decimal): -13353761 or 14629940. OLE color: 14629940.
HSL color Cylindrical-coordinate representation of color #343CDF: hue angle of 237.19º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #343CDF is Cyan = 0.77, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 60 | 223 | - |
| CMYK | 0.77 | 0.73 | 0 | 0.13 |
| HSL | 237.19º | 0.73% | 0.54% | - |
| HSV(B) | 237.19º | 0.77% | 0.87% | - |
| XYZ | 16.35 | 9.29 | 70.74 | - |
| YUV | 76.19 | 210.85 | 110.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 60 | 223 | 0.77 | 0.73 | 0 | 0.13 | 237.19 | 0.73 | 0.54 |
| Hex | 34 | 3C | DF | 4D | 49 | 0 | D | ED | 49 | 36 |
| Octal | 64 | 74 | 337 | 115 | 111 | 0 | 15 | 355 | 111 | 66 |
| Binary | 110100 | 111100 | 11011111 | 1001101 | 1001001 | 0 | 1101 | 11101101 | 1001001 | 110110 |
Color Harmonies of #343CDF
Complementary color
Monochromatic Colors of #343CDF
Black with #343CDF
Text Example
Text Example
White with #343CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343CDF; }
p { color: rgb(52,60,223); }
H1.HeaderClassName
{
color: #343CDF;
}
.AnyTagClassName
{
color: #343CDF;
}
</style>
background-color css
<style>
a { background-color: #343CDF; }
a { background-color: rgb(52,60,223); }
div.DivClassName
{
background-color: #343CDF;
}
.BgClassName
{
background-color: #343CDF;
}
</style>
border-color css
<style>
span { border-color: #343CDF; }
span { border-color: rgb(52,60,223); }
td.TdClassName
{
border-color: #343CDF;
}
.TagClassName
{
border-color: #343CDF;
}
</style>