Shades of Free Speech Blue #343DD0
Tints of Free Speech Blue #343DD0
RGB
CMYK
RGB Variations
Color information
#343DD0 (or 0x343DD0) is known color: Free Speech Blue. HEX triplet: 34, 3D and D0. RGB value is (52,61,208). Sum of RGB (Red+Green+Blue) = 52+61+208=321 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.20% from 321); Green value is 61 (24.22% from 255 or 19.00% from 321); Blue value is 208 (81.64% from 255 or 64.80% from 321); Max value from RGB is 208 - color contains mainly: blue. Hex color #343DD0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343DD0 is #CBC22F. Grayscale: #4A4A4A. Windows color (decimal): -13353520 or 13647156. OLE color: 13647156.
HSL color Cylindrical-coordinate representation of color #343DD0: hue angle of 236.54º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #343DD0 is Cyan = 0.75, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 52 | 61 | 208 | - |
| CMYK | 0.75 | 0.71 | 0 | 0.18 |
| HSL | 236.54º | 0.62% | 0.51% | - |
| HSV(B) | 236.54º | 0.75% | 0.82% | - |
| XYZ | 14.47 | 8.62 | 60.58 | - |
| YUV | 75.07 | 203.02 | 111.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 61 | 208 | 0.75 | 0.71 | 0 | 0.18 | 236.54 | 0.62 | 0.51 |
| Hex | 34 | 3D | D0 | 4B | 47 | 0 | 12 | ED | 3E | 33 |
| Octal | 64 | 75 | 320 | 113 | 107 | 0 | 22 | 355 | 76 | 63 |
| Binary | 110100 | 111101 | 11010000 | 1001011 | 1000111 | 0 | 10010 | 11101101 | 111110 | 110011 |
Color Harmonies of #343DD0
Complementary color
Monochromatic Colors of #343DD0
Black with #343DD0
Text Example
Text Example
White with #343DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343DD0; }
p { color: rgb(52,61,208); }
H1.HeaderClassName
{
color: #343DD0;
}
.AnyTagClassName
{
color: #343DD0;
}
</style>
background-color css
<style>
a { background-color: #343DD0; }
a { background-color: rgb(52,61,208); }
div.DivClassName
{
background-color: #343DD0;
}
.BgClassName
{
background-color: #343DD0;
}
</style>
border-color css
<style>
span { border-color: #343DD0; }
span { border-color: rgb(52,61,208); }
td.TdClassName
{
border-color: #343DD0;
}
.TagClassName
{
border-color: #343DD0;
}
</style>