Shades of Free Speech Blue #3347DB
Tints of Free Speech Blue #3347DB
RGB
CMYK
RGB Variations
Color information
#3347DB (or 0x3347DB) is known color: Free Speech Blue. HEX triplet: 33, 47 and DB. RGB value is (51,71,219). Sum of RGB (Red+Green+Blue) = 51+71+219=341 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.96% from 341); Green value is 71 (28.12% from 255 or 20.82% from 341); Blue value is 219 (85.94% from 255 or 64.22% from 341); Max value from RGB is 219 - color contains mainly: blue. Hex color #3347DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3347DB is #CCB824. Grayscale: #515151. Windows color (decimal): -13416485 or 14370611. OLE color: 14370611.
HSL color Cylindrical-coordinate representation of color #3347DB: hue angle of 232.86º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3347DB is Cyan = 0.77, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 71 | 219 | - |
| CMYK | 0.77 | 0.68 | 0 | 0.14 |
| HSL | 232.86º | 0.7% | 0.53% | - |
| HSV(B) | 232.86º | 0.77% | 0.86% | - |
| XYZ | 16.4 | 10.32 | 68.15 | - |
| YUV | 81.89 | 205.37 | 105.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 71 | 219 | 0.77 | 0.68 | 0 | 0.14 | 232.86 | 0.7 | 0.53 |
| Hex | 33 | 47 | DB | 4D | 44 | 0 | E | E9 | 46 | 35 |
| Octal | 63 | 107 | 333 | 115 | 104 | 0 | 16 | 351 | 106 | 65 |
| Binary | 110011 | 1000111 | 11011011 | 1001101 | 1000100 | 0 | 1110 | 11101001 | 1000110 | 110101 |
Color Harmonies of #3347DB
Complementary color
Monochromatic Colors of #3347DB
Black with #3347DB
Text Example
Text Example
White with #3347DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3347DB; }
p { color: rgb(51,71,219); }
H1.HeaderClassName
{
color: #3347DB;
}
.AnyTagClassName
{
color: #3347DB;
}
</style>
background-color css
<style>
a { background-color: #3347DB; }
a { background-color: rgb(51,71,219); }
div.DivClassName
{
background-color: #3347DB;
}
.BgClassName
{
background-color: #3347DB;
}
</style>
border-color css
<style>
span { border-color: #3347DB; }
span { border-color: rgb(51,71,219); }
td.TdClassName
{
border-color: #3347DB;
}
.TagClassName
{
border-color: #3347DB;
}
</style>