Shades of Free Speech Blue #3440CE
Tints of Free Speech Blue #3440CE
RGB
CMYK
RGB Variations
Color information
#3440CE (or 0x3440CE) is known color: Free Speech Blue. HEX triplet: 34, 40 and CE. RGB value is (52,64,206). Sum of RGB (Red+Green+Blue) = 52+64+206=322 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.15% from 322); Green value is 64 (25.39% from 255 or 19.88% from 322); Blue value is 206 (80.86% from 255 or 63.98% from 322); Max value from RGB is 206 - color contains mainly: blue. Hex color #3440CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3440CE is #CBBF31. Grayscale: #4C4C4C. Windows color (decimal): -13352754 or 13516852. OLE color: 13516852.
HSL color Cylindrical-coordinate representation of color #3440CE: hue angle of 235.32º 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 #3440CE is Cyan = 0.75, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 52 | 64 | 206 | - |
| CMYK | 0.75 | 0.69 | 0 | 0.19 |
| HSL | 235.32º | 0.61% | 0.51% | - |
| HSV(B) | 235.32º | 0.75% | 0.81% | - |
| XYZ | 14.39 | 8.85 | 59.34 | - |
| YUV | 76.6 | 201.02 | 110.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 64 | 206 | 0.75 | 0.69 | 0 | 0.19 | 235.32 | 0.61 | 0.51 |
| Hex | 34 | 40 | CE | 4B | 45 | 0 | 13 | EB | 3D | 33 |
| Octal | 64 | 100 | 316 | 113 | 105 | 0 | 23 | 353 | 75 | 63 |
| Binary | 110100 | 1000000 | 11001110 | 1001011 | 1000101 | 0 | 10011 | 11101011 | 111101 | 110011 |
Color Harmonies of #3440CE
Complementary color
Monochromatic Colors of #3440CE
Black with #3440CE
Text Example
Text Example
White with #3440CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3440CE; }
p { color: rgb(52,64,206); }
H1.HeaderClassName
{
color: #3440CE;
}
.AnyTagClassName
{
color: #3440CE;
}
</style>
background-color css
<style>
a { background-color: #3440CE; }
a { background-color: rgb(52,64,206); }
div.DivClassName
{
background-color: #3440CE;
}
.BgClassName
{
background-color: #3440CE;
}
</style>
border-color css
<style>
span { border-color: #3440CE; }
span { border-color: rgb(52,64,206); }
td.TdClassName
{
border-color: #3440CE;
}
.TagClassName
{
border-color: #3440CE;
}
</style>