Shades of Free Speech Blue #3354CF
Tints of Free Speech Blue #3354CF
RGB
CMYK
RGB Variations
Color information
#3354CF (or 0x3354CF) is known color: Free Speech Blue. HEX triplet: 33, 54 and CF. RGB value is (51,84,207). Sum of RGB (Red+Green+Blue) = 51+84+207=342 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.91% from 342); Green value is 84 (33.20% from 255 or 24.56% from 342); Blue value is 207 (81.25% from 255 or 60.53% from 342); Max value from RGB is 207 - color contains mainly: blue. Hex color #3354CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3354CF is #CCAB30. Grayscale: #575757. Windows color (decimal): -13413169 or 13587507. OLE color: 13587507.
HSL color Cylindrical-coordinate representation of color #3354CF: hue angle of 227.31º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3354CF is Cyan = 0.75, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 51 | 84 | 207 | - |
| CMYK | 0.75 | 0.59 | 0 | 0.19 |
| HSL | 227.31º | 0.62% | 0.51% | - |
| HSV(B) | 227.31º | 0.75% | 0.81% | - |
| XYZ | 15.8 | 11.55 | 60.43 | - |
| YUV | 88.16 | 195.07 | 101.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 84 | 207 | 0.75 | 0.59 | 0 | 0.19 | 227.31 | 0.62 | 0.51 |
| Hex | 33 | 54 | CF | 4B | 3B | 0 | 13 | E3 | 3E | 33 |
| Octal | 63 | 124 | 317 | 113 | 73 | 0 | 23 | 343 | 76 | 63 |
| Binary | 110011 | 1010100 | 11001111 | 1001011 | 111011 | 0 | 10011 | 11100011 | 111110 | 110011 |
Color Harmonies of #3354CF
Complementary color
Monochromatic Colors of #3354CF
Black with #3354CF
Text Example
Text Example
White with #3354CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3354CF; }
p { color: rgb(51,84,207); }
H1.HeaderClassName
{
color: #3354CF;
}
.AnyTagClassName
{
color: #3354CF;
}
</style>
background-color css
<style>
a { background-color: #3354CF; }
a { background-color: rgb(51,84,207); }
div.DivClassName
{
background-color: #3354CF;
}
.BgClassName
{
background-color: #3354CF;
}
</style>
border-color css
<style>
span { border-color: #3354CF; }
span { border-color: rgb(51,84,207); }
td.TdClassName
{
border-color: #3354CF;
}
.TagClassName
{
border-color: #3354CF;
}
</style>