Shades of Free Speech Blue #343FD3
Tints of Free Speech Blue #343FD3
RGB
CMYK
RGB Variations
Color information
#343FD3 (or 0x343FD3) is known color: Free Speech Blue. HEX triplet: 34, 3F and D3. RGB value is (52,63,211). Sum of RGB (Red+Green+Blue) = 52+63+211=326 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.95% from 326); Green value is 63 (25% from 255 or 19.33% from 326); Blue value is 211 (82.81% from 255 or 64.72% from 326); Max value from RGB is 211 - color contains mainly: blue. Hex color #343FD3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343FD3 is #CBC02C. Grayscale: #4B4B4B. Windows color (decimal): -13353005 or 13844276. OLE color: 13844276.
HSL color Cylindrical-coordinate representation of color #343FD3: hue angle of 235.85º 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 #343FD3 is Cyan = 0.75, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 52 | 63 | 211 | - |
| CMYK | 0.75 | 0.70 | 0 | 0.17 |
| HSL | 235.85º | 0.64% | 0.52% | - |
| HSV(B) | 235.85º | 0.75% | 0.83% | - |
| XYZ | 14.95 | 8.99 | 62.57 | - |
| YUV | 76.58 | 203.86 | 110.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 63 | 211 | 0.75 | 0.70 | 0 | 0.17 | 235.85 | 0.64 | 0.52 |
| Hex | 34 | 3F | D3 | 4B | 46 | 0 | 11 | EC | 40 | 34 |
| Octal | 64 | 77 | 323 | 113 | 106 | 0 | 21 | 354 | 100 | 64 |
| Binary | 110100 | 111111 | 11010011 | 1001011 | 1000110 | 0 | 10001 | 11101100 | 1000000 | 110100 |
Color Harmonies of #343FD3
Complementary color
Monochromatic Colors of #343FD3
Black with #343FD3
Text Example
Text Example
White with #343FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343FD3; }
p { color: rgb(52,63,211); }
H1.HeaderClassName
{
color: #343FD3;
}
.AnyTagClassName
{
color: #343FD3;
}
</style>
background-color css
<style>
a { background-color: #343FD3; }
a { background-color: rgb(52,63,211); }
div.DivClassName
{
background-color: #343FD3;
}
.BgClassName
{
background-color: #343FD3;
}
</style>
border-color css
<style>
span { border-color: #343FD3; }
span { border-color: rgb(52,63,211); }
td.TdClassName
{
border-color: #343FD3;
}
.TagClassName
{
border-color: #343FD3;
}
</style>