Shades of Free Speech Blue #3344D4
Tints of Free Speech Blue #3344D4
RGB
CMYK
RGB Variations
Color information
#3344D4 (or 0x3344D4) is known color: Free Speech Blue. HEX triplet: 33, 44 and D4. RGB value is (51,68,212). Sum of RGB (Red+Green+Blue) = 51+68+212=331 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.41% from 331); Green value is 68 (26.95% from 255 or 20.54% from 331); Blue value is 212 (83.20% from 255 or 64.05% from 331); Max value from RGB is 212 - color contains mainly: blue. Hex color #3344D4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3344D4 is #CCBB2B. Grayscale: #4E4E4E. Windows color (decimal): -13417260 or 13911091. OLE color: 13911091.
HSL color Cylindrical-coordinate representation of color #3344D4: hue angle of 233.66º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3344D4 is Cyan = 0.76, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 51 | 68 | 212 | - |
| CMYK | 0.76 | 0.68 | 0 | 0.17 |
| HSL | 233.66º | 0.65% | 0.52% | - |
| HSV(B) | 233.66º | 0.76% | 0.83% | - |
| XYZ | 15.32 | 9.59 | 63.33 | - |
| YUV | 79.33 | 202.87 | 107.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 68 | 212 | 0.76 | 0.68 | 0 | 0.17 | 233.66 | 0.65 | 0.52 |
| Hex | 33 | 44 | D4 | 4C | 44 | 0 | 11 | EA | 41 | 34 |
| Octal | 63 | 104 | 324 | 114 | 104 | 0 | 21 | 352 | 101 | 64 |
| Binary | 110011 | 1000100 | 11010100 | 1001100 | 1000100 | 0 | 10001 | 11101010 | 1000001 | 110100 |
Color Harmonies of #3344D4
Complementary color
Monochromatic Colors of #3344D4
Black with #3344D4
Text Example
Text Example
White with #3344D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3344D4; }
p { color: rgb(51,68,212); }
H1.HeaderClassName
{
color: #3344D4;
}
.AnyTagClassName
{
color: #3344D4;
}
</style>
background-color css
<style>
a { background-color: #3344D4; }
a { background-color: rgb(51,68,212); }
div.DivClassName
{
background-color: #3344D4;
}
.BgClassName
{
background-color: #3344D4;
}
</style>
border-color css
<style>
span { border-color: #3344D4; }
span { border-color: rgb(51,68,212); }
td.TdClassName
{
border-color: #3344D4;
}
.TagClassName
{
border-color: #3344D4;
}
</style>