Shades of Free Speech Blue #3346CF
Tints of Free Speech Blue #3346CF
RGB
CMYK
RGB Variations
Color information
#3346CF (or 0x3346CF) is known color: Free Speech Blue. HEX triplet: 33, 46 and CF. RGB value is (51,70,207). Sum of RGB (Red+Green+Blue) = 51+70+207=328 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.55% from 328); Green value is 70 (27.73% from 255 or 21.34% from 328); Blue value is 207 (81.25% from 255 or 63.11% from 328); Max value from RGB is 207 - color contains mainly: blue. Hex color #3346CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3346CF is #CCB930. Grayscale: #4F4F4F. Windows color (decimal): -13416753 or 13583923. OLE color: 13583923.
HSL color Cylindrical-coordinate representation of color #3346CF: hue angle of 232.69º 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 #3346CF is Cyan = 0.75, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 51 | 70 | 207 | - |
| CMYK | 0.75 | 0.66 | 0 | 0.19 |
| HSL | 232.69º | 0.62% | 0.51% | - |
| HSV(B) | 232.69º | 0.75% | 0.81% | - |
| XYZ | 14.82 | 9.59 | 60.1 | - |
| YUV | 79.94 | 199.71 | 107.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 70 | 207 | 0.75 | 0.66 | 0 | 0.19 | 232.69 | 0.62 | 0.51 |
| Hex | 33 | 46 | CF | 4B | 42 | 0 | 13 | E9 | 3E | 33 |
| Octal | 63 | 106 | 317 | 113 | 102 | 0 | 23 | 351 | 76 | 63 |
| Binary | 110011 | 1000110 | 11001111 | 1001011 | 1000010 | 0 | 10011 | 11101001 | 111110 | 110011 |
Color Harmonies of #3346CF
Complementary color
Monochromatic Colors of #3346CF
Black with #3346CF
Text Example
Text Example
White with #3346CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3346CF; }
p { color: rgb(51,70,207); }
H1.HeaderClassName
{
color: #3346CF;
}
.AnyTagClassName
{
color: #3346CF;
}
</style>
background-color css
<style>
a { background-color: #3346CF; }
a { background-color: rgb(51,70,207); }
div.DivClassName
{
background-color: #3346CF;
}
.BgClassName
{
background-color: #3346CF;
}
</style>
border-color css
<style>
span { border-color: #3346CF; }
span { border-color: rgb(51,70,207); }
td.TdClassName
{
border-color: #3346CF;
}
.TagClassName
{
border-color: #3346CF;
}
</style>