Shades of Free Speech Blue #343FDF
Tints of Free Speech Blue #343FDF
RGB
CMYK
RGB Variations
Color information
#343FDF (or 0x343FDF) is known color: Free Speech Blue. HEX triplet: 34, 3F and DF. RGB value is (52,63,223). Sum of RGB (Red+Green+Blue) = 52+63+223=338 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.38% from 338); Green value is 63 (25% from 255 or 18.64% from 338); Blue value is 223 (87.5% from 255 or 65.98% from 338); Max value from RGB is 223 - color contains mainly: blue. Hex color #343FDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343FDF is #CBC020. Grayscale: #4D4D4D. Windows color (decimal): -13352993 or 14630708. OLE color: 14630708.
HSL color Cylindrical-coordinate representation of color #343FDF: hue angle of 236.14º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #343FDF is Cyan = 0.77, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 63 | 223 | - |
| CMYK | 0.77 | 0.72 | 0 | 0.13 |
| HSL | 236.14º | 0.73% | 0.54% | - |
| HSV(B) | 236.14º | 0.77% | 0.87% | - |
| XYZ | 16.51 | 9.61 | 70.8 | - |
| YUV | 77.95 | 209.86 | 109.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 63 | 223 | 0.77 | 0.72 | 0 | 0.13 | 236.14 | 0.73 | 0.54 |
| Hex | 34 | 3F | DF | 4D | 48 | 0 | D | EC | 49 | 36 |
| Octal | 64 | 77 | 337 | 115 | 110 | 0 | 15 | 354 | 111 | 66 |
| Binary | 110100 | 111111 | 11011111 | 1001101 | 1001000 | 0 | 1101 | 11101100 | 1001001 | 110110 |
Color Harmonies of #343FDF
Complementary color
Monochromatic Colors of #343FDF
Black with #343FDF
Text Example
Text Example
White with #343FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343FDF; }
p { color: rgb(52,63,223); }
H1.HeaderClassName
{
color: #343FDF;
}
.AnyTagClassName
{
color: #343FDF;
}
</style>
background-color css
<style>
a { background-color: #343FDF; }
a { background-color: rgb(52,63,223); }
div.DivClassName
{
background-color: #343FDF;
}
.BgClassName
{
background-color: #343FDF;
}
</style>
border-color css
<style>
span { border-color: #343FDF; }
span { border-color: rgb(52,63,223); }
td.TdClassName
{
border-color: #343FDF;
}
.TagClassName
{
border-color: #343FDF;
}
</style>