Shades of Free Speech Blue #3439DB
Tints of Free Speech Blue #3439DB
RGB
CMYK
RGB Variations
Color information
#3439DB (or 0x3439DB) is known color: Free Speech Blue. HEX triplet: 34, 39 and DB. RGB value is (52,57,219). Sum of RGB (Red+Green+Blue) = 52+57+219=328 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.85% from 328); Green value is 57 (22.66% from 255 or 17.38% from 328); Blue value is 219 (85.94% from 255 or 66.77% from 328); Max value from RGB is 219 - color contains mainly: blue. Hex color #3439DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3439DB is #CBC624. Grayscale: #494949. Windows color (decimal): -13354533 or 14367028. OLE color: 14367028.
HSL color Cylindrical-coordinate representation of color #3439DB: hue angle of 238.2º 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 #3439DB is Cyan = 0.76, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 57 | 219 | - |
| CMYK | 0.76 | 0.74 | 0 | 0.14 |
| HSL | 238.2º | 0.7% | 0.53% | - |
| HSV(B) | 238.2º | 0.76% | 0.86% | - |
| XYZ | 15.67 | 8.77 | 67.89 | - |
| YUV | 73.97 | 209.84 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 57 | 219 | 0.76 | 0.74 | 0 | 0.14 | 238.2 | 0.7 | 0.53 |
| Hex | 34 | 39 | DB | 4C | 4A | 0 | E | EE | 46 | 35 |
| Octal | 64 | 71 | 333 | 114 | 112 | 0 | 16 | 356 | 106 | 65 |
| Binary | 110100 | 111001 | 11011011 | 1001100 | 1001010 | 0 | 1110 | 11101110 | 1000110 | 110101 |
Color Harmonies of #3439DB
Complementary color
Monochromatic Colors of #3439DB
Black with #3439DB
Text Example
Text Example
White with #3439DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3439DB; }
p { color: rgb(52,57,219); }
H1.HeaderClassName
{
color: #3439DB;
}
.AnyTagClassName
{
color: #3439DB;
}
</style>
background-color css
<style>
a { background-color: #3439DB; }
a { background-color: rgb(52,57,219); }
div.DivClassName
{
background-color: #3439DB;
}
.BgClassName
{
background-color: #3439DB;
}
</style>
border-color css
<style>
span { border-color: #3439DB; }
span { border-color: rgb(52,57,219); }
td.TdClassName
{
border-color: #3439DB;
}
.TagClassName
{
border-color: #3439DB;
}
</style>