Shades of Free Speech Blue #343FC5
Tints of Free Speech Blue #343FC5
RGB
CMYK
RGB Variations
Color information
#343FC5 (or 0x343FC5) is known color: Free Speech Blue. HEX triplet: 34, 3F and C5. RGB value is (52,63,197). Sum of RGB (Red+Green+Blue) = 52+63+197=312 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.67% from 312); Green value is 63 (25% from 255 or 20.19% from 312); Blue value is 197 (77.34% from 255 or 63.14% from 312); Max value from RGB is 197 - color contains mainly: blue. Hex color #343FC5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343FC5 is #CBC03A. Grayscale: #4A4A4A. Windows color (decimal): -13353019 or 12926772. OLE color: 12926772.
HSL color Cylindrical-coordinate representation of color #343FC5: hue angle of 235.45º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #343FC5 is Cyan = 0.74, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 52 | 63 | 197 | - |
| CMYK | 0.74 | 0.68 | 0 | 0.23 |
| HSL | 235.45º | 0.58% | 0.49% | - |
| HSV(B) | 235.45º | 0.74% | 0.77% | - |
| XYZ | 13.27 | 8.32 | 53.73 | - |
| YUV | 74.99 | 196.86 | 111.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 63 | 197 | 0.74 | 0.68 | 0 | 0.23 | 235.45 | 0.58 | 0.49 |
| Hex | 34 | 3F | C5 | 4A | 44 | 0 | 17 | EB | 3A | 31 |
| Octal | 64 | 77 | 305 | 112 | 104 | 0 | 27 | 353 | 72 | 61 |
| Binary | 110100 | 111111 | 11000101 | 1001010 | 1000100 | 0 | 10111 | 11101011 | 111010 | 110001 |
Color Harmonies of #343FC5
Complementary color
Monochromatic Colors of #343FC5
Black with #343FC5
Text Example
Text Example
White with #343FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343FC5; }
p { color: rgb(52,63,197); }
H1.HeaderClassName
{
color: #343FC5;
}
.AnyTagClassName
{
color: #343FC5;
}
</style>
background-color css
<style>
a { background-color: #343FC5; }
a { background-color: rgb(52,63,197); }
div.DivClassName
{
background-color: #343FC5;
}
.BgClassName
{
background-color: #343FC5;
}
</style>
border-color css
<style>
span { border-color: #343FC5; }
span { border-color: rgb(52,63,197); }
td.TdClassName
{
border-color: #343FC5;
}
.TagClassName
{
border-color: #343FC5;
}
</style>