Shades of Free Speech Blue #343DCD
Tints of Free Speech Blue #343DCD
RGB
CMYK
RGB Variations
Color information
#343DCD (or 0x343DCD) is known color: Free Speech Blue. HEX triplet: 34, 3D and CD. RGB value is (52,61,205). Sum of RGB (Red+Green+Blue) = 52+61+205=318 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.35% from 318); Green value is 61 (24.22% from 255 or 19.18% from 318); Blue value is 205 (80.47% from 255 or 64.47% from 318); Max value from RGB is 205 - color contains mainly: blue. Hex color #343DCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343DCD is #CBC232. Grayscale: #4A4A4A. Windows color (decimal): -13353523 or 13450548. OLE color: 13450548.
HSL color Cylindrical-coordinate representation of color #343DCD: hue angle of 236.47º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #343DCD is Cyan = 0.75, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 52 | 61 | 205 | - |
| CMYK | 0.75 | 0.70 | 0 | 0.20 |
| HSL | 236.47º | 0.6% | 0.5% | - |
| HSV(B) | 236.47º | 0.75% | 0.8% | - |
| XYZ | 14.1 | 8.48 | 58.65 | - |
| YUV | 74.73 | 201.52 | 111.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 61 | 205 | 0.75 | 0.70 | 0 | 0.20 | 236.47 | 0.6 | 0.5 |
| Hex | 34 | 3D | CD | 4B | 46 | 0 | 14 | EC | 3C | 32 |
| Octal | 64 | 75 | 315 | 113 | 106 | 0 | 24 | 354 | 74 | 62 |
| Binary | 110100 | 111101 | 11001101 | 1001011 | 1000110 | 0 | 10100 | 11101100 | 111100 | 110010 |
Color Harmonies of #343DCD
Complementary color
Monochromatic Colors of #343DCD
Black with #343DCD
Text Example
Text Example
White with #343DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343DCD; }
p { color: rgb(52,61,205); }
H1.HeaderClassName
{
color: #343DCD;
}
.AnyTagClassName
{
color: #343DCD;
}
</style>
background-color css
<style>
a { background-color: #343DCD; }
a { background-color: rgb(52,61,205); }
div.DivClassName
{
background-color: #343DCD;
}
.BgClassName
{
background-color: #343DCD;
}
</style>
border-color css
<style>
span { border-color: #343DCD; }
span { border-color: rgb(52,61,205); }
td.TdClassName
{
border-color: #343DCD;
}
.TagClassName
{
border-color: #343DCD;
}
</style>