Shades of Free Speech Blue #3345D9
Tints of Free Speech Blue #3345D9
RGB
CMYK
RGB Variations
Color information
#3345D9 (or 0x3345D9) is known color: Free Speech Blue. HEX triplet: 33, 45 and D9. RGB value is (51,69,217). Sum of RGB (Red+Green+Blue) = 51+69+217=337 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.13% from 337); Green value is 69 (27.34% from 255 or 20.47% from 337); Blue value is 217 (85.16% from 255 or 64.39% from 337); Max value from RGB is 217 - color contains mainly: blue. Hex color #3345D9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3345D9 is #CCBA26. Grayscale: #4F4F4F. Windows color (decimal): -13416999 or 14239027. OLE color: 14239027.
HSL color Cylindrical-coordinate representation of color #3345D9: hue angle of 233.49º 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 #3345D9 is Cyan = 0.76, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 51 | 69 | 217 | - |
| CMYK | 0.76 | 0.68 | 0 | 0.15 |
| HSL | 233.49º | 0.69% | 0.53% | - |
| HSV(B) | 233.49º | 0.76% | 0.85% | - |
| XYZ | 16.02 | 9.97 | 66.73 | - |
| YUV | 80.49 | 205.04 | 106.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 69 | 217 | 0.76 | 0.68 | 0 | 0.15 | 233.49 | 0.69 | 0.53 |
| Hex | 33 | 45 | D9 | 4C | 44 | 0 | F | E9 | 45 | 35 |
| Octal | 63 | 105 | 331 | 114 | 104 | 0 | 17 | 351 | 105 | 65 |
| Binary | 110011 | 1000101 | 11011001 | 1001100 | 1000100 | 0 | 1111 | 11101001 | 1000101 | 110101 |
Color Harmonies of #3345D9
Complementary color
Monochromatic Colors of #3345D9
Black with #3345D9
Text Example
Text Example
White with #3345D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3345D9; }
p { color: rgb(51,69,217); }
H1.HeaderClassName
{
color: #3345D9;
}
.AnyTagClassName
{
color: #3345D9;
}
</style>
background-color css
<style>
a { background-color: #3345D9; }
a { background-color: rgb(51,69,217); }
div.DivClassName
{
background-color: #3345D9;
}
.BgClassName
{
background-color: #3345D9;
}
</style>
border-color css
<style>
span { border-color: #3345D9; }
span { border-color: rgb(51,69,217); }
td.TdClassName
{
border-color: #3345D9;
}
.TagClassName
{
border-color: #3345D9;
}
</style>