Shades of Free Speech Blue #3343DB
Tints of Free Speech Blue #3343DB
RGB
CMYK
RGB Variations
Color information
#3343DB (or 0x3343DB) is known color: Free Speech Blue. HEX triplet: 33, 43 and DB. RGB value is (51,67,219). Sum of RGB (Red+Green+Blue) = 51+67+219=337 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.13% from 337); Green value is 67 (26.56% from 255 or 19.88% from 337); Blue value is 219 (85.94% from 255 or 64.99% from 337); Max value from RGB is 219 - color contains mainly: blue. Hex color #3343DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3343DB is #CCBC24. Grayscale: #4E4E4E. Windows color (decimal): -13417509 or 14369587. OLE color: 14369587.
HSL color Cylindrical-coordinate representation of color #3343DB: hue angle of 234.29º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3343DB is Cyan = 0.77, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 67 | 219 | - |
| CMYK | 0.77 | 0.69 | 0 | 0.14 |
| HSL | 234.29º | 0.7% | 0.53% | - |
| HSV(B) | 234.29º | 0.77% | 0.86% | - |
| XYZ | 16.16 | 9.83 | 68.06 | - |
| YUV | 79.54 | 206.7 | 107.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 67 | 219 | 0.77 | 0.69 | 0 | 0.14 | 234.29 | 0.7 | 0.53 |
| Hex | 33 | 43 | DB | 4D | 45 | 0 | E | EA | 46 | 35 |
| Octal | 63 | 103 | 333 | 115 | 105 | 0 | 16 | 352 | 106 | 65 |
| Binary | 110011 | 1000011 | 11011011 | 1001101 | 1000101 | 0 | 1110 | 11101010 | 1000110 | 110101 |
Color Harmonies of #3343DB
Complementary color
Monochromatic Colors of #3343DB
Black with #3343DB
Text Example
Text Example
White with #3343DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3343DB; }
p { color: rgb(51,67,219); }
H1.HeaderClassName
{
color: #3343DB;
}
.AnyTagClassName
{
color: #3343DB;
}
</style>
background-color css
<style>
a { background-color: #3343DB; }
a { background-color: rgb(51,67,219); }
div.DivClassName
{
background-color: #3343DB;
}
.BgClassName
{
background-color: #3343DB;
}
</style>
border-color css
<style>
span { border-color: #3343DB; }
span { border-color: rgb(51,67,219); }
td.TdClassName
{
border-color: #3343DB;
}
.TagClassName
{
border-color: #3343DB;
}
</style>