Shades of Free Speech Blue #343DDC
Tints of Free Speech Blue #343DDC
RGB
CMYK
RGB Variations
Color information
#343DDC (or 0x343DDC) is known color: Free Speech Blue. HEX triplet: 34, 3D and DC. RGB value is (52,61,220). Sum of RGB (Red+Green+Blue) = 52+61+220=333 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.62% from 333); Green value is 61 (24.22% from 255 or 18.32% from 333); Blue value is 220 (86.33% from 255 or 66.07% from 333); Max value from RGB is 220 - color contains mainly: blue. Hex color #343DDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343DDC is #CBC223. Grayscale: #4B4B4B. Windows color (decimal): -13353508 or 14433588. OLE color: 14433588.
HSL color Cylindrical-coordinate representation of color #343DDC: hue angle of 236.79º 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 #343DDC is Cyan = 0.76, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 61 | 220 | - |
| CMYK | 0.76 | 0.72 | 0 | 0.14 |
| HSL | 236.79º | 0.71% | 0.53% | - |
| HSV(B) | 236.79º | 0.76% | 0.86% | - |
| XYZ | 16 | 9.23 | 68.65 | - |
| YUV | 76.44 | 209.02 | 110.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 61 | 220 | 0.76 | 0.72 | 0 | 0.14 | 236.79 | 0.71 | 0.53 |
| Hex | 34 | 3D | DC | 4C | 48 | 0 | E | ED | 47 | 35 |
| Octal | 64 | 75 | 334 | 114 | 110 | 0 | 16 | 355 | 107 | 65 |
| Binary | 110100 | 111101 | 11011100 | 1001100 | 1001000 | 0 | 1110 | 11101101 | 1000111 | 110101 |
Color Harmonies of #343DDC
Complementary color
Monochromatic Colors of #343DDC
Black with #343DDC
Text Example
Text Example
White with #343DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343DDC; }
p { color: rgb(52,61,220); }
H1.HeaderClassName
{
color: #343DDC;
}
.AnyTagClassName
{
color: #343DDC;
}
</style>
background-color css
<style>
a { background-color: #343DDC; }
a { background-color: rgb(52,61,220); }
div.DivClassName
{
background-color: #343DDC;
}
.BgClassName
{
background-color: #343DDC;
}
</style>
border-color css
<style>
span { border-color: #343DDC; }
span { border-color: rgb(52,61,220); }
td.TdClassName
{
border-color: #343DDC;
}
.TagClassName
{
border-color: #343DDC;
}
</style>