Shades of Free Speech Blue #334ADA
Tints of Free Speech Blue #334ADA
RGB
CMYK
RGB Variations
Color information
#334ADA (or 0x334ADA) is known color: Free Speech Blue. HEX triplet: 33, 4A and DA. RGB value is (51,74,218). Sum of RGB (Red+Green+Blue) = 51+74+218=343 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.87% from 343); Green value is 74 (29.30% from 255 or 21.57% from 343); Blue value is 218 (85.55% from 255 or 63.56% from 343); Max value from RGB is 218 - color contains mainly: blue. Hex color #334ADA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #334ADA is #CCB525. Grayscale: #525252. Windows color (decimal): -13415718 or 14305843. OLE color: 14305843.
HSL color Cylindrical-coordinate representation of color #334ADA: hue angle of 231.74º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #334ADA is Cyan = 0.77, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 51 | 74 | 218 | - |
| CMYK | 0.77 | 0.66 | 0 | 0.15 |
| HSL | 231.74º | 0.69% | 0.53% | - |
| HSV(B) | 231.74º | 0.77% | 0.85% | - |
| XYZ | 16.47 | 10.66 | 67.52 | - |
| YUV | 83.54 | 203.88 | 104.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 74 | 218 | 0.77 | 0.66 | 0 | 0.15 | 231.74 | 0.69 | 0.53 |
| Hex | 33 | 4A | DA | 4D | 42 | 0 | F | E8 | 45 | 35 |
| Octal | 63 | 112 | 332 | 115 | 102 | 0 | 17 | 350 | 105 | 65 |
| Binary | 110011 | 1001010 | 11011010 | 1001101 | 1000010 | 0 | 1111 | 11101000 | 1000101 | 110101 |
Color Harmonies of #334ADA
Complementary color
Monochromatic Colors of #334ADA
Black with #334ADA
Text Example
Text Example
White with #334ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334ADA; }
p { color: rgb(51,74,218); }
H1.HeaderClassName
{
color: #334ADA;
}
.AnyTagClassName
{
color: #334ADA;
}
</style>
background-color css
<style>
a { background-color: #334ADA; }
a { background-color: rgb(51,74,218); }
div.DivClassName
{
background-color: #334ADA;
}
.BgClassName
{
background-color: #334ADA;
}
</style>
border-color css
<style>
span { border-color: #334ADA; }
span { border-color: rgb(51,74,218); }
td.TdClassName
{
border-color: #334ADA;
}
.TagClassName
{
border-color: #334ADA;
}
</style>