Shades of Free Speech Blue #334AD5
Tints of Free Speech Blue #334AD5
RGB
CMYK
RGB Variations
Color information
#334AD5 (or 0x334AD5) is known color: Free Speech Blue. HEX triplet: 33, 4A and D5. RGB value is (51,74,213). Sum of RGB (Red+Green+Blue) = 51+74+213=338 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.09% from 338); Green value is 74 (29.30% from 255 or 21.89% from 338); Blue value is 213 (83.59% from 255 or 63.02% from 338); Max value from RGB is 213 - color contains mainly: blue. Hex color #334AD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #334AD5 is #CCB52A. Grayscale: #525252. Windows color (decimal): -13415723 or 13978163. OLE color: 13978163.
HSL color Cylindrical-coordinate representation of color #334AD5: hue angle of 231.48º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #334AD5 is Cyan = 0.76, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 51 | 74 | 213 | - |
| CMYK | 0.76 | 0.65 | 0 | 0.16 |
| HSL | 231.48º | 0.66% | 0.52% | - |
| HSV(B) | 231.48º | 0.76% | 0.84% | - |
| XYZ | 15.82 | 10.41 | 64.13 | - |
| YUV | 82.97 | 201.38 | 105.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 74 | 213 | 0.76 | 0.65 | 0 | 0.16 | 231.48 | 0.66 | 0.52 |
| Hex | 33 | 4A | D5 | 4C | 41 | 0 | 10 | E7 | 42 | 34 |
| Octal | 63 | 112 | 325 | 114 | 101 | 0 | 20 | 347 | 102 | 64 |
| Binary | 110011 | 1001010 | 11010101 | 1001100 | 1000001 | 0 | 10000 | 11100111 | 1000010 | 110100 |
Color Harmonies of #334AD5
Complementary color
Monochromatic Colors of #334AD5
Black with #334AD5
Text Example
Text Example
White with #334AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334AD5; }
p { color: rgb(51,74,213); }
H1.HeaderClassName
{
color: #334AD5;
}
.AnyTagClassName
{
color: #334AD5;
}
</style>
background-color css
<style>
a { background-color: #334AD5; }
a { background-color: rgb(51,74,213); }
div.DivClassName
{
background-color: #334AD5;
}
.BgClassName
{
background-color: #334AD5;
}
</style>
border-color css
<style>
span { border-color: #334AD5; }
span { border-color: rgb(51,74,213); }
td.TdClassName
{
border-color: #334AD5;
}
.TagClassName
{
border-color: #334AD5;
}
</style>