Shades of Free Speech Blue #344CE1
Tints of Free Speech Blue #344CE1
RGB
CMYK
RGB Variations
Color information
#344CE1 (or 0x344CE1) is known color: Free Speech Blue. HEX triplet: 34, 4C and E1. RGB value is (52,76,225). Sum of RGB (Red+Green+Blue) = 52+76+225=353 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.73% from 353); Green value is 76 (30.08% from 255 or 21.53% from 353); Blue value is 225 (88.28% from 255 or 63.74% from 353); Max value from RGB is 225 - color contains mainly: blue. Hex color #344CE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #344CE1 is #CBB31E. Grayscale: #555555. Windows color (decimal): -13349663 or 14765108. OLE color: 14765108.
HSL color Cylindrical-coordinate representation of color #344CE1: hue angle of 231.68º 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 #344CE1 is Cyan = 0.77, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 52 | 76 | 225 | - |
| CMYK | 0.77 | 0.66 | 0 | 0.12 |
| HSL | 231.68º | 0.74% | 0.54% | - |
| HSV(B) | 231.68º | 0.77% | 0.88% | - |
| XYZ | 17.59 | 11.34 | 72.49 | - |
| YUV | 85.81 | 206.55 | 103.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 76 | 225 | 0.77 | 0.66 | 0 | 0.12 | 231.68 | 0.74 | 0.54 |
| Hex | 34 | 4C | E1 | 4D | 42 | 0 | C | E8 | 4A | 36 |
| Octal | 64 | 114 | 341 | 115 | 102 | 0 | 14 | 350 | 112 | 66 |
| Binary | 110100 | 1001100 | 11100001 | 1001101 | 1000010 | 0 | 1100 | 11101000 | 1001010 | 110110 |
Color Harmonies of #344CE1
Complementary color
Monochromatic Colors of #344CE1
Black with #344CE1
Text Example
Text Example
White with #344CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344CE1; }
p { color: rgb(52,76,225); }
H1.HeaderClassName
{
color: #344CE1;
}
.AnyTagClassName
{
color: #344CE1;
}
</style>
background-color css
<style>
a { background-color: #344CE1; }
a { background-color: rgb(52,76,225); }
div.DivClassName
{
background-color: #344CE1;
}
.BgClassName
{
background-color: #344CE1;
}
</style>
border-color css
<style>
span { border-color: #344CE1; }
span { border-color: rgb(52,76,225); }
td.TdClassName
{
border-color: #344CE1;
}
.TagClassName
{
border-color: #344CE1;
}
</style>