Shades of Free Speech Blue #343FC9
Tints of Free Speech Blue #343FC9
RGB
CMYK
RGB Variations
Color information
#343FC9 (or 0x343FC9) is known color: Free Speech Blue. HEX triplet: 34, 3F and C9. RGB value is (52,63,201). Sum of RGB (Red+Green+Blue) = 52+63+201=316 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.46% from 316); Green value is 63 (25% from 255 or 19.94% from 316); Blue value is 201 (78.91% from 255 or 63.61% from 316); Max value from RGB is 201 - color contains mainly: blue. Hex color #343FC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343FC9 is #CBC036. Grayscale: #4A4A4A. Windows color (decimal): -13353015 or 13188916. OLE color: 13188916.
HSL color Cylindrical-coordinate representation of color #343FC9: hue angle of 235.57º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #343FC9 is Cyan = 0.74, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 52 | 63 | 201 | - |
| CMYK | 0.74 | 0.69 | 0 | 0.21 |
| HSL | 235.57º | 0.59% | 0.5% | - |
| HSV(B) | 235.57º | 0.74% | 0.79% | - |
| XYZ | 13.74 | 8.5 | 56.18 | - |
| YUV | 75.44 | 198.86 | 111.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 63 | 201 | 0.74 | 0.69 | 0 | 0.21 | 235.57 | 0.59 | 0.5 |
| Hex | 34 | 3F | C9 | 4A | 45 | 0 | 15 | EC | 3B | 32 |
| Octal | 64 | 77 | 311 | 112 | 105 | 0 | 25 | 354 | 73 | 62 |
| Binary | 110100 | 111111 | 11001001 | 1001010 | 1000101 | 0 | 10101 | 11101100 | 111011 | 110010 |
Color Harmonies of #343FC9
Complementary color
Monochromatic Colors of #343FC9
Black with #343FC9
Text Example
Text Example
White with #343FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343FC9; }
p { color: rgb(52,63,201); }
H1.HeaderClassName
{
color: #343FC9;
}
.AnyTagClassName
{
color: #343FC9;
}
</style>
background-color css
<style>
a { background-color: #343FC9; }
a { background-color: rgb(52,63,201); }
div.DivClassName
{
background-color: #343FC9;
}
.BgClassName
{
background-color: #343FC9;
}
</style>
border-color css
<style>
span { border-color: #343FC9; }
span { border-color: rgb(52,63,201); }
td.TdClassName
{
border-color: #343FC9;
}
.TagClassName
{
border-color: #343FC9;
}
</style>