Shades of Free Speech Blue #3349CE
Tints of Free Speech Blue #3349CE
RGB
CMYK
RGB Variations
Color information
#3349CE (or 0x3349CE) is known color: Free Speech Blue. HEX triplet: 33, 49 and CE. RGB value is (51,73,206). Sum of RGB (Red+Green+Blue) = 51+73+206=330 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.45% from 330); Green value is 73 (28.91% from 255 or 22.12% from 330); Blue value is 206 (80.86% from 255 or 62.42% from 330); Max value from RGB is 206 - color contains mainly: blue. Hex color #3349CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3349CE is #CCB631. Grayscale: #515151. Windows color (decimal): -13415986 or 13519155. OLE color: 13519155.
HSL color Cylindrical-coordinate representation of color #3349CE: hue angle of 231.48º 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 #3349CE is Cyan = 0.75, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 51 | 73 | 206 | - |
| CMYK | 0.75 | 0.65 | 0 | 0.19 |
| HSL | 231.48º | 0.61% | 0.5% | - |
| HSV(B) | 231.48º | 0.75% | 0.81% | - |
| XYZ | 14.89 | 9.93 | 59.52 | - |
| YUV | 81.58 | 198.21 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 73 | 206 | 0.75 | 0.65 | 0 | 0.19 | 231.48 | 0.61 | 0.5 |
| Hex | 33 | 49 | CE | 4B | 41 | 0 | 13 | E7 | 3D | 32 |
| Octal | 63 | 111 | 316 | 113 | 101 | 0 | 23 | 347 | 75 | 62 |
| Binary | 110011 | 1001001 | 11001110 | 1001011 | 1000001 | 0 | 10011 | 11100111 | 111101 | 110010 |
Color Harmonies of #3349CE
Complementary color
Monochromatic Colors of #3349CE
Black with #3349CE
Text Example
Text Example
White with #3349CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3349CE; }
p { color: rgb(51,73,206); }
H1.HeaderClassName
{
color: #3349CE;
}
.AnyTagClassName
{
color: #3349CE;
}
</style>
background-color css
<style>
a { background-color: #3349CE; }
a { background-color: rgb(51,73,206); }
div.DivClassName
{
background-color: #3349CE;
}
.BgClassName
{
background-color: #3349CE;
}
</style>
border-color css
<style>
span { border-color: #3349CE; }
span { border-color: rgb(51,73,206); }
td.TdClassName
{
border-color: #3349CE;
}
.TagClassName
{
border-color: #3349CE;
}
</style>