Shades of Free Speech Blue #444DD3
Tints of Free Speech Blue #444DD3
RGB
CMYK
RGB Variations
Color information
#444DD3 (or 0x444DD3) is known color: Free Speech Blue. HEX triplet: 44, 4D and D3. RGB value is (68,77,211). Sum of RGB (Red+Green+Blue) = 68+77+211=356 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.10% from 356); Green value is 77 (30.47% from 255 or 21.63% from 356); Blue value is 211 (82.81% from 255 or 59.27% from 356); Max value from RGB is 211 - color contains mainly: blue. Hex color #444DD3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #444DD3 is #BBB22C. Grayscale: #595959. Windows color (decimal): -12300845 or 13847876. OLE color: 13847876.
HSL color Cylindrical-coordinate representation of color #444DD3: hue angle of 236.22º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #444DD3 is Cyan = 0.68, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 68 | 77 | 211 | - |
| CMYK | 0.68 | 0.64 | 0 | 0.17 |
| HSL | 236.22º | 0.62% | 0.55% | - |
| HSV(B) | 236.22º | 0.68% | 0.83% | - |
| XYZ | 16.8 | 11.24 | 62.91 | - |
| YUV | 89.59 | 196.52 | 112.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 77 | 211 | 0.68 | 0.64 | 0 | 0.17 | 236.22 | 0.62 | 0.55 |
| Hex | 44 | 4D | D3 | 44 | 40 | 0 | 11 | EC | 3E | 37 |
| Octal | 104 | 115 | 323 | 104 | 100 | 0 | 21 | 354 | 76 | 67 |
| Binary | 1000100 | 1001101 | 11010011 | 1000100 | 1000000 | 0 | 10001 | 11101100 | 111110 | 110111 |
Color Harmonies of #444DD3
Complementary color
Monochromatic Colors of #444DD3
Black with #444DD3
Text Example
Text Example
White with #444DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444DD3; }
p { color: rgb(68,77,211); }
H1.HeaderClassName
{
color: #444DD3;
}
.AnyTagClassName
{
color: #444DD3;
}
</style>
background-color css
<style>
a { background-color: #444DD3; }
a { background-color: rgb(68,77,211); }
div.DivClassName
{
background-color: #444DD3;
}
.BgClassName
{
background-color: #444DD3;
}
</style>
border-color css
<style>
span { border-color: #444DD3; }
span { border-color: rgb(68,77,211); }
td.TdClassName
{
border-color: #444DD3;
}
.TagClassName
{
border-color: #444DD3;
}
</style>