Shades of Free Speech Blue #334ADE
Tints of Free Speech Blue #334ADE
RGB
CMYK
RGB Variations
Color information
#334ADE (or 0x334ADE) is known color: Free Speech Blue. HEX triplet: 33, 4A and DE. RGB value is (51,74,222). Sum of RGB (Red+Green+Blue) = 51+74+222=347 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.70% from 347); Green value is 74 (29.30% from 255 or 21.33% from 347); Blue value is 222 (87.11% from 255 or 63.98% from 347); Max value from RGB is 222 - color contains mainly: blue. Hex color #334ADE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #334ADE is #CCB521. Grayscale: #535353. Windows color (decimal): -13415714 or 14567987. OLE color: 14567987.
HSL color Cylindrical-coordinate representation of color #334ADE: hue angle of 231.93º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #334ADE is Cyan = 0.77, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 51 | 74 | 222 | - |
| CMYK | 0.77 | 0.67 | 0 | 0.13 |
| HSL | 231.93º | 0.72% | 0.54% | - |
| HSV(B) | 231.93º | 0.77% | 0.87% | - |
| XYZ | 17 | 10.88 | 70.31 | - |
| YUV | 84 | 205.88 | 104.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 74 | 222 | 0.77 | 0.67 | 0 | 0.13 | 231.93 | 0.72 | 0.54 |
| Hex | 33 | 4A | DE | 4D | 43 | 0 | D | E8 | 48 | 36 |
| Octal | 63 | 112 | 336 | 115 | 103 | 0 | 15 | 350 | 110 | 66 |
| Binary | 110011 | 1001010 | 11011110 | 1001101 | 1000011 | 0 | 1101 | 11101000 | 1001000 | 110110 |
Color Harmonies of #334ADE
Complementary color
Monochromatic Colors of #334ADE
Black with #334ADE
Text Example
Text Example
White with #334ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334ADE; }
p { color: rgb(51,74,222); }
H1.HeaderClassName
{
color: #334ADE;
}
.AnyTagClassName
{
color: #334ADE;
}
</style>
background-color css
<style>
a { background-color: #334ADE; }
a { background-color: rgb(51,74,222); }
div.DivClassName
{
background-color: #334ADE;
}
.BgClassName
{
background-color: #334ADE;
}
</style>
border-color css
<style>
span { border-color: #334ADE; }
span { border-color: rgb(51,74,222); }
td.TdClassName
{
border-color: #334ADE;
}
.TagClassName
{
border-color: #334ADE;
}
</style>