Shades of Free Speech Blue #3354D6
Tints of Free Speech Blue #3354D6
RGB
CMYK
RGB Variations
Color information
#3354D6 (or 0x3354D6) is known color: Free Speech Blue. HEX triplet: 33, 54 and D6. RGB value is (51,84,214). Sum of RGB (Red+Green+Blue) = 51+84+214=349 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.61% from 349); Green value is 84 (33.20% from 255 or 24.07% from 349); Blue value is 214 (83.98% from 255 or 61.32% from 349); Max value from RGB is 214 - color contains mainly: blue. Hex color #3354D6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3354D6 is #CCAB29. Grayscale: #585858. Windows color (decimal): -13413162 or 14046259. OLE color: 14046259.
HSL color Cylindrical-coordinate representation of color #3354D6: hue angle of 227.85º degrees, saturation: 0.67, 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 #3354D6 is Cyan = 0.76, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 51 | 84 | 214 | - |
| CMYK | 0.76 | 0.61 | 0 | 0.16 |
| HSL | 227.85º | 0.67% | 0.52% | - |
| HSV(B) | 227.85º | 0.76% | 0.84% | - |
| XYZ | 16.67 | 11.9 | 65.04 | - |
| YUV | 88.95 | 198.57 | 100.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 84 | 214 | 0.76 | 0.61 | 0 | 0.16 | 227.85 | 0.67 | 0.52 |
| Hex | 33 | 54 | D6 | 4C | 3D | 0 | 10 | E4 | 43 | 34 |
| Octal | 63 | 124 | 326 | 114 | 75 | 0 | 20 | 344 | 103 | 64 |
| Binary | 110011 | 1010100 | 11010110 | 1001100 | 111101 | 0 | 10000 | 11100100 | 1000011 | 110100 |
Color Harmonies of #3354D6
Complementary color
Monochromatic Colors of #3354D6
Black with #3354D6
Text Example
Text Example
White with #3354D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3354D6; }
p { color: rgb(51,84,214); }
H1.HeaderClassName
{
color: #3354D6;
}
.AnyTagClassName
{
color: #3354D6;
}
</style>
background-color css
<style>
a { background-color: #3354D6; }
a { background-color: rgb(51,84,214); }
div.DivClassName
{
background-color: #3354D6;
}
.BgClassName
{
background-color: #3354D6;
}
</style>
border-color css
<style>
span { border-color: #3354D6; }
span { border-color: rgb(51,84,214); }
td.TdClassName
{
border-color: #3354D6;
}
.TagClassName
{
border-color: #3354D6;
}
</style>