Shades of Free Speech Blue #3354CE
Tints of Free Speech Blue #3354CE
RGB
CMYK
RGB Variations
Color information
#3354CE (or 0x3354CE) is known color: Free Speech Blue. HEX triplet: 33, 54 and CE. RGB value is (51,84,206). Sum of RGB (Red+Green+Blue) = 51+84+206=341 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.96% from 341); Green value is 84 (33.20% from 255 or 24.63% from 341); Blue value is 206 (80.86% from 255 or 60.41% from 341); Max value from RGB is 206 - color contains mainly: blue. Hex color #3354CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3354CE is #CCAB31. Grayscale: #575757. Windows color (decimal): -13413170 or 13521971. OLE color: 13521971.
HSL color Cylindrical-coordinate representation of color #3354CE: hue angle of 227.23º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3354CE is Cyan = 0.75, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 51 | 84 | 206 | - |
| CMYK | 0.75 | 0.59 | 0 | 0.19 |
| HSL | 227.23º | 0.61% | 0.5% | - |
| HSV(B) | 227.23º | 0.75% | 0.81% | - |
| XYZ | 15.68 | 11.5 | 59.79 | - |
| YUV | 88.04 | 194.57 | 101.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 84 | 206 | 0.75 | 0.59 | 0 | 0.19 | 227.23 | 0.61 | 0.5 |
| Hex | 33 | 54 | CE | 4B | 3B | 0 | 13 | E3 | 3D | 32 |
| Octal | 63 | 124 | 316 | 113 | 73 | 0 | 23 | 343 | 75 | 62 |
| Binary | 110011 | 1010100 | 11001110 | 1001011 | 111011 | 0 | 10011 | 11100011 | 111101 | 110010 |
Color Harmonies of #3354CE
Complementary color
Monochromatic Colors of #3354CE
Black with #3354CE
Text Example
Text Example
White with #3354CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3354CE; }
p { color: rgb(51,84,206); }
H1.HeaderClassName
{
color: #3354CE;
}
.AnyTagClassName
{
color: #3354CE;
}
</style>
background-color css
<style>
a { background-color: #3354CE; }
a { background-color: rgb(51,84,206); }
div.DivClassName
{
background-color: #3354CE;
}
.BgClassName
{
background-color: #3354CE;
}
</style>
border-color css
<style>
span { border-color: #3354CE; }
span { border-color: rgb(51,84,206); }
td.TdClassName
{
border-color: #3354CE;
}
.TagClassName
{
border-color: #3354CE;
}
</style>