Shades of Free Speech Blue #3343D9
Tints of Free Speech Blue #3343D9
RGB
CMYK
RGB Variations
Color information
#3343D9 (or 0x3343D9) is known color: Free Speech Blue. HEX triplet: 33, 43 and D9. RGB value is (51,67,217). Sum of RGB (Red+Green+Blue) = 51+67+217=335 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.22% from 335); Green value is 67 (26.56% from 255 or 20% from 335); Blue value is 217 (85.16% from 255 or 64.78% from 335); Max value from RGB is 217 - color contains mainly: blue. Hex color #3343D9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3343D9 is #CCBC26. Grayscale: #4E4E4E. Windows color (decimal): -13417511 or 14238515. OLE color: 14238515.
HSL color Cylindrical-coordinate representation of color #3343D9: hue angle of 234.22º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3343D9 is Cyan = 0.76, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 51 | 67 | 217 | - |
| CMYK | 0.76 | 0.69 | 0 | 0.15 |
| HSL | 234.22º | 0.69% | 0.53% | - |
| HSV(B) | 234.22º | 0.76% | 0.85% | - |
| XYZ | 15.9 | 9.73 | 66.69 | - |
| YUV | 79.32 | 205.7 | 107.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 67 | 217 | 0.76 | 0.69 | 0 | 0.15 | 234.22 | 0.69 | 0.53 |
| Hex | 33 | 43 | D9 | 4C | 45 | 0 | F | EA | 45 | 35 |
| Octal | 63 | 103 | 331 | 114 | 105 | 0 | 17 | 352 | 105 | 65 |
| Binary | 110011 | 1000011 | 11011001 | 1001100 | 1000101 | 0 | 1111 | 11101010 | 1000101 | 110101 |
Color Harmonies of #3343D9
Complementary color
Monochromatic Colors of #3343D9
Black with #3343D9
Text Example
Text Example
White with #3343D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3343D9; }
p { color: rgb(51,67,217); }
H1.HeaderClassName
{
color: #3343D9;
}
.AnyTagClassName
{
color: #3343D9;
}
</style>
background-color css
<style>
a { background-color: #3343D9; }
a { background-color: rgb(51,67,217); }
div.DivClassName
{
background-color: #3343D9;
}
.BgClassName
{
background-color: #3343D9;
}
</style>
border-color css
<style>
span { border-color: #3343D9; }
span { border-color: rgb(51,67,217); }
td.TdClassName
{
border-color: #3343D9;
}
.TagClassName
{
border-color: #3343D9;
}
</style>