Shades of Free Speech Blue #343BD7
Tints of Free Speech Blue #343BD7
RGB
CMYK
RGB Variations
Color information
#343BD7 (or 0x343BD7) is known color: Free Speech Blue. HEX triplet: 34, 3B and D7. RGB value is (52,59,215). Sum of RGB (Red+Green+Blue) = 52+59+215=326 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.95% from 326); Green value is 59 (23.44% from 255 or 18.10% from 326); Blue value is 215 (84.38% from 255 or 65.95% from 326); Max value from RGB is 215 - color contains mainly: blue. Hex color #343BD7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343BD7 is #CBC428. Grayscale: #4A4A4A. Windows color (decimal): -13354025 or 14105396. OLE color: 14105396.
HSL color Cylindrical-coordinate representation of color #343BD7: hue angle of 237.42º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #343BD7 is Cyan = 0.76, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 52 | 59 | 215 | - |
| CMYK | 0.76 | 0.73 | 0 | 0.16 |
| HSL | 237.42º | 0.67% | 0.52% | - |
| HSV(B) | 237.42º | 0.76% | 0.84% | - |
| XYZ | 15.25 | 8.76 | 65.18 | - |
| YUV | 74.69 | 207.18 | 111.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 59 | 215 | 0.76 | 0.73 | 0 | 0.16 | 237.42 | 0.67 | 0.52 |
| Hex | 34 | 3B | D7 | 4C | 49 | 0 | 10 | ED | 43 | 34 |
| Octal | 64 | 73 | 327 | 114 | 111 | 0 | 20 | 355 | 103 | 64 |
| Binary | 110100 | 111011 | 11010111 | 1001100 | 1001001 | 0 | 10000 | 11101101 | 1000011 | 110100 |
Color Harmonies of #343BD7
Complementary color
Monochromatic Colors of #343BD7
Black with #343BD7
Text Example
Text Example
White with #343BD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343BD7; }
p { color: rgb(52,59,215); }
H1.HeaderClassName
{
color: #343BD7;
}
.AnyTagClassName
{
color: #343BD7;
}
</style>
background-color css
<style>
a { background-color: #343BD7; }
a { background-color: rgb(52,59,215); }
div.DivClassName
{
background-color: #343BD7;
}
.BgClassName
{
background-color: #343BD7;
}
</style>
border-color css
<style>
span { border-color: #343BD7; }
span { border-color: rgb(52,59,215); }
td.TdClassName
{
border-color: #343BD7;
}
.TagClassName
{
border-color: #343BD7;
}
</style>