Shades of Free Speech Blue #334ADB
Tints of Free Speech Blue #334ADB
RGB
CMYK
RGB Variations
Color information
#334ADB (or 0x334ADB) is known color: Free Speech Blue. HEX triplet: 33, 4A and DB. RGB value is (51,74,219). Sum of RGB (Red+Green+Blue) = 51+74+219=344 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.83% from 344); Green value is 74 (29.30% from 255 or 21.51% from 344); Blue value is 219 (85.94% from 255 or 63.66% from 344); Max value from RGB is 219 - color contains mainly: blue. Hex color #334ADB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #334ADB is #CCB524. Grayscale: #535353. Windows color (decimal): -13415717 or 14371379. OLE color: 14371379.
HSL color Cylindrical-coordinate representation of color #334ADB: hue angle of 231.79º 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 #334ADB is Cyan = 0.77, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 74 | 219 | - |
| CMYK | 0.77 | 0.66 | 0 | 0.14 |
| HSL | 231.79º | 0.7% | 0.53% | - |
| HSV(B) | 231.79º | 0.77% | 0.86% | - |
| XYZ | 16.6 | 10.72 | 68.21 | - |
| YUV | 83.65 | 204.38 | 104.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 74 | 219 | 0.77 | 0.66 | 0 | 0.14 | 231.79 | 0.7 | 0.53 |
| Hex | 33 | 4A | DB | 4D | 42 | 0 | E | E8 | 46 | 35 |
| Octal | 63 | 112 | 333 | 115 | 102 | 0 | 16 | 350 | 106 | 65 |
| Binary | 110011 | 1001010 | 11011011 | 1001101 | 1000010 | 0 | 1110 | 11101000 | 1000110 | 110101 |
Color Harmonies of #334ADB
Complementary color
Monochromatic Colors of #334ADB
Black with #334ADB
Text Example
Text Example
White with #334ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334ADB; }
p { color: rgb(51,74,219); }
H1.HeaderClassName
{
color: #334ADB;
}
.AnyTagClassName
{
color: #334ADB;
}
</style>
background-color css
<style>
a { background-color: #334ADB; }
a { background-color: rgb(51,74,219); }
div.DivClassName
{
background-color: #334ADB;
}
.BgClassName
{
background-color: #334ADB;
}
</style>
border-color css
<style>
span { border-color: #334ADB; }
span { border-color: rgb(51,74,219); }
td.TdClassName
{
border-color: #334ADB;
}
.TagClassName
{
border-color: #334ADB;
}
</style>