Shades of Free Speech Blue #3443E0
Tints of Free Speech Blue #3443E0
RGB
CMYK
RGB Variations
Color information
#3443E0 (or 0x3443E0) is known color: Free Speech Blue. HEX triplet: 34, 43 and E0. RGB value is (52,67,224). Sum of RGB (Red+Green+Blue) = 52+67+224=343 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.16% from 343); Green value is 67 (26.56% from 255 or 19.53% from 343); Blue value is 224 (87.89% from 255 or 65.31% from 343); Max value from RGB is 224 - color contains mainly: blue. Hex color #3443E0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3443E0 is #CBBC1F. Grayscale: #4F4F4F. Windows color (decimal): -13351968 or 14697268. OLE color: 14697268.
HSL color Cylindrical-coordinate representation of color #3443E0: hue angle of 234.77º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3443E0 is Cyan = 0.77, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 52 | 67 | 224 | - |
| CMYK | 0.77 | 0.70 | 0 | 0.12 |
| HSL | 234.77º | 0.74% | 0.54% | - |
| HSV(B) | 234.77º | 0.77% | 0.88% | - |
| XYZ | 16.88 | 10.13 | 71.59 | - |
| YUV | 80.41 | 209.03 | 107.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 67 | 224 | 0.77 | 0.70 | 0 | 0.12 | 234.77 | 0.74 | 0.54 |
| Hex | 34 | 43 | E0 | 4D | 46 | 0 | C | EB | 4A | 36 |
| Octal | 64 | 103 | 340 | 115 | 106 | 0 | 14 | 353 | 112 | 66 |
| Binary | 110100 | 1000011 | 11100000 | 1001101 | 1000110 | 0 | 1100 | 11101011 | 1001010 | 110110 |
Color Harmonies of #3443E0
Complementary color
Monochromatic Colors of #3443E0
Black with #3443E0
Text Example
Text Example
White with #3443E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3443E0; }
p { color: rgb(52,67,224); }
H1.HeaderClassName
{
color: #3443E0;
}
.AnyTagClassName
{
color: #3443E0;
}
</style>
background-color css
<style>
a { background-color: #3443E0; }
a { background-color: rgb(52,67,224); }
div.DivClassName
{
background-color: #3443E0;
}
.BgClassName
{
background-color: #3443E0;
}
</style>
border-color css
<style>
span { border-color: #3443E0; }
span { border-color: rgb(52,67,224); }
td.TdClassName
{
border-color: #3443E0;
}
.TagClassName
{
border-color: #3443E0;
}
</style>