Shades of Free Speech Blue #343ECE
Tints of Free Speech Blue #343ECE
RGB
CMYK
RGB Variations
Color information
#343ECE (or 0x343ECE) is known color: Free Speech Blue. HEX triplet: 34, 3E and CE. RGB value is (52,62,206). Sum of RGB (Red+Green+Blue) = 52+62+206=320 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.25% from 320); Green value is 62 (24.61% from 255 or 19.38% from 320); Blue value is 206 (80.86% from 255 or 64.38% from 320); Max value from RGB is 206 - color contains mainly: blue. Hex color #343ECE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343ECE is #CBC131. Grayscale: #4A4A4A. Windows color (decimal): -13353266 or 13516340. OLE color: 13516340.
HSL color Cylindrical-coordinate representation of color #343ECE: hue angle of 236.1º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #343ECE is Cyan = 0.75, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 52 | 62 | 206 | - |
| CMYK | 0.75 | 0.70 | 0 | 0.19 |
| HSL | 236.1º | 0.61% | 0.51% | - |
| HSV(B) | 236.1º | 0.75% | 0.81% | - |
| XYZ | 14.28 | 8.63 | 59.31 | - |
| YUV | 75.43 | 201.69 | 111.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 62 | 206 | 0.75 | 0.70 | 0 | 0.19 | 236.1 | 0.61 | 0.51 |
| Hex | 34 | 3E | CE | 4B | 46 | 0 | 13 | EC | 3D | 33 |
| Octal | 64 | 76 | 316 | 113 | 106 | 0 | 23 | 354 | 75 | 63 |
| Binary | 110100 | 111110 | 11001110 | 1001011 | 1000110 | 0 | 10011 | 11101100 | 111101 | 110011 |
Color Harmonies of #343ECE
Complementary color
Monochromatic Colors of #343ECE
Black with #343ECE
Text Example
Text Example
White with #343ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343ECE; }
p { color: rgb(52,62,206); }
H1.HeaderClassName
{
color: #343ECE;
}
.AnyTagClassName
{
color: #343ECE;
}
</style>
background-color css
<style>
a { background-color: #343ECE; }
a { background-color: rgb(52,62,206); }
div.DivClassName
{
background-color: #343ECE;
}
.BgClassName
{
background-color: #343ECE;
}
</style>
border-color css
<style>
span { border-color: #343ECE; }
span { border-color: rgb(52,62,206); }
td.TdClassName
{
border-color: #343ECE;
}
.TagClassName
{
border-color: #343ECE;
}
</style>