Shades of Free Speech Blue #3354CD
Tints of Free Speech Blue #3354CD
RGB
CMYK
RGB Variations
Color information
#3354CD (or 0x3354CD) is known color: Free Speech Blue. HEX triplet: 33, 54 and CD. RGB value is (51,84,205). Sum of RGB (Red+Green+Blue) = 51+84+205=340 (45% of max value = 765). Red value is 51 (20.31% from 255 or 15% from 340); Green value is 84 (33.20% from 255 or 24.71% from 340); Blue value is 205 (80.47% from 255 or 60.29% from 340); Max value from RGB is 205 - color contains mainly: blue. Hex color #3354CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3354CD is #CCAB32. Grayscale: #575757. Windows color (decimal): -13413171 or 13456435. OLE color: 13456435.
HSL color Cylindrical-coordinate representation of color #3354CD: hue angle of 227.14º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3354CD is Cyan = 0.75, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 51 | 84 | 205 | - |
| CMYK | 0.75 | 0.59 | 0 | 0.20 |
| HSL | 227.14º | 0.61% | 0.5% | - |
| HSV(B) | 227.14º | 0.75% | 0.8% | - |
| XYZ | 15.56 | 11.45 | 59.15 | - |
| YUV | 87.93 | 194.07 | 101.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 84 | 205 | 0.75 | 0.59 | 0 | 0.20 | 227.14 | 0.61 | 0.5 |
| Hex | 33 | 54 | CD | 4B | 3B | 0 | 14 | E3 | 3D | 32 |
| Octal | 63 | 124 | 315 | 113 | 73 | 0 | 24 | 343 | 75 | 62 |
| Binary | 110011 | 1010100 | 11001101 | 1001011 | 111011 | 0 | 10100 | 11100011 | 111101 | 110010 |
Color Harmonies of #3354CD
Complementary color
Monochromatic Colors of #3354CD
Black with #3354CD
Text Example
Text Example
White with #3354CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3354CD; }
p { color: rgb(51,84,205); }
H1.HeaderClassName
{
color: #3354CD;
}
.AnyTagClassName
{
color: #3354CD;
}
</style>
background-color css
<style>
a { background-color: #3354CD; }
a { background-color: rgb(51,84,205); }
div.DivClassName
{
background-color: #3354CD;
}
.BgClassName
{
background-color: #3354CD;
}
</style>
border-color css
<style>
span { border-color: #3354CD; }
span { border-color: rgb(51,84,205); }
td.TdClassName
{
border-color: #3354CD;
}
.TagClassName
{
border-color: #3354CD;
}
</style>