Shades of Free Speech Blue #343DD3
Tints of Free Speech Blue #343DD3
RGB
CMYK
RGB Variations
Color information
#343DD3 (or 0x343DD3) is known color: Free Speech Blue. HEX triplet: 34, 3D and D3. RGB value is (52,61,211). Sum of RGB (Red+Green+Blue) = 52+61+211=324 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.05% from 324); Green value is 61 (24.22% from 255 or 18.83% from 324); Blue value is 211 (82.81% from 255 or 65.12% from 324); Max value from RGB is 211 - color contains mainly: blue. Hex color #343DD3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343DD3 is #CBC22C. Grayscale: #4A4A4A. Windows color (decimal): -13353517 or 13843764. OLE color: 13843764.
HSL color Cylindrical-coordinate representation of color #343DD3: hue angle of 236.6º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #343DD3 is Cyan = 0.75, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 52 | 61 | 211 | - |
| CMYK | 0.75 | 0.71 | 0 | 0.17 |
| HSL | 236.6º | 0.64% | 0.52% | - |
| HSV(B) | 236.6º | 0.75% | 0.83% | - |
| XYZ | 14.84 | 8.77 | 62.54 | - |
| YUV | 75.41 | 204.52 | 111.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 61 | 211 | 0.75 | 0.71 | 0 | 0.17 | 236.6 | 0.64 | 0.52 |
| Hex | 34 | 3D | D3 | 4B | 47 | 0 | 11 | ED | 40 | 34 |
| Octal | 64 | 75 | 323 | 113 | 107 | 0 | 21 | 355 | 100 | 64 |
| Binary | 110100 | 111101 | 11010011 | 1001011 | 1000111 | 0 | 10001 | 11101101 | 1000000 | 110100 |
Color Harmonies of #343DD3
Complementary color
Monochromatic Colors of #343DD3
Black with #343DD3
Text Example
Text Example
White with #343DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343DD3; }
p { color: rgb(52,61,211); }
H1.HeaderClassName
{
color: #343DD3;
}
.AnyTagClassName
{
color: #343DD3;
}
</style>
background-color css
<style>
a { background-color: #343DD3; }
a { background-color: rgb(52,61,211); }
div.DivClassName
{
background-color: #343DD3;
}
.BgClassName
{
background-color: #343DD3;
}
</style>
border-color css
<style>
span { border-color: #343DD3; }
span { border-color: rgb(52,61,211); }
td.TdClassName
{
border-color: #343DD3;
}
.TagClassName
{
border-color: #343DD3;
}
</style>