Shades of Free Speech Blue #3440DB
Tints of Free Speech Blue #3440DB
RGB
CMYK
RGB Variations
Color information
#3440DB (or 0x3440DB) is known color: Free Speech Blue. HEX triplet: 34, 40 and DB. RGB value is (52,64,219). Sum of RGB (Red+Green+Blue) = 52+64+219=335 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.52% from 335); Green value is 64 (25.39% from 255 or 19.10% from 335); Blue value is 219 (85.94% from 255 or 65.37% from 335); Max value from RGB is 219 - color contains mainly: blue. Hex color #3440DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3440DB is #CBBF24. Grayscale: #4D4D4D. Windows color (decimal): -13352741 or 14368820. OLE color: 14368820.
HSL color Cylindrical-coordinate representation of color #3440DB: hue angle of 235.69º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3440DB is Cyan = 0.76, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 64 | 219 | - |
| CMYK | 0.76 | 0.71 | 0 | 0.14 |
| HSL | 235.69º | 0.7% | 0.53% | - |
| HSV(B) | 235.69º | 0.76% | 0.86% | - |
| XYZ | 16.04 | 9.51 | 68.01 | - |
| YUV | 78.08 | 207.52 | 109.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 64 | 219 | 0.76 | 0.71 | 0 | 0.14 | 235.69 | 0.7 | 0.53 |
| Hex | 34 | 40 | DB | 4C | 47 | 0 | E | EC | 46 | 35 |
| Octal | 64 | 100 | 333 | 114 | 107 | 0 | 16 | 354 | 106 | 65 |
| Binary | 110100 | 1000000 | 11011011 | 1001100 | 1000111 | 0 | 1110 | 11101100 | 1000110 | 110101 |
Color Harmonies of #3440DB
Complementary color
Monochromatic Colors of #3440DB
Black with #3440DB
Text Example
Text Example
White with #3440DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3440DB; }
p { color: rgb(52,64,219); }
H1.HeaderClassName
{
color: #3440DB;
}
.AnyTagClassName
{
color: #3440DB;
}
</style>
background-color css
<style>
a { background-color: #3440DB; }
a { background-color: rgb(52,64,219); }
div.DivClassName
{
background-color: #3440DB;
}
.BgClassName
{
background-color: #3440DB;
}
</style>
border-color css
<style>
span { border-color: #3440DB; }
span { border-color: rgb(52,64,219); }
td.TdClassName
{
border-color: #3440DB;
}
.TagClassName
{
border-color: #3440DB;
}
</style>