Shades of Free Speech Blue #444DCC
Tints of Free Speech Blue #444DCC
RGB
CMYK
RGB Variations
Color information
#444DCC (or 0x444DCC) is known color: Free Speech Blue. HEX triplet: 44, 4D and CC. RGB value is (68,77,204). Sum of RGB (Red+Green+Blue) = 68+77+204=349 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.48% from 349); Green value is 77 (30.47% from 255 or 22.06% from 349); Blue value is 204 (80.08% from 255 or 58.45% from 349); Max value from RGB is 204 - color contains mainly: blue. Hex color #444DCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #444DCC is #BBB233. Grayscale: #585858. Windows color (decimal): -12300852 or 13389124. OLE color: 13389124.
HSL color Cylindrical-coordinate representation of color #444DCC: hue angle of 236.03º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #444DCC is Cyan = 0.67, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 68 | 77 | 204 | - |
| CMYK | 0.67 | 0.62 | 0 | 0.2 |
| HSL | 236.03º | 0.57% | 0.53% | - |
| HSV(B) | 236.03º | 0.67% | 0.8% | - |
| XYZ | 15.94 | 10.9 | 58.39 | - |
| YUV | 88.79 | 193.02 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 77 | 204 | 0.67 | 0.62 | 0 | 0.2 | 236.03 | 0.57 | 0.53 |
| Hex | 44 | 4D | CC | 43 | 3E | 0 | 14 | EC | 39 | 35 |
| Octal | 104 | 115 | 314 | 103 | 76 | 0 | 24 | 354 | 71 | 65 |
| Binary | 1000100 | 1001101 | 11001100 | 1000011 | 111110 | 0 | 10100 | 11101100 | 111001 | 110101 |
Color Harmonies of #444DCC
Complementary color
Monochromatic Colors of #444DCC
Black with #444DCC
Text Example
Text Example
White with #444DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444DCC; }
p { color: rgb(68,77,204); }
H1.HeaderClassName
{
color: #444DCC;
}
.AnyTagClassName
{
color: #444DCC;
}
</style>
background-color css
<style>
a { background-color: #444DCC; }
a { background-color: rgb(68,77,204); }
div.DivClassName
{
background-color: #444DCC;
}
.BgClassName
{
background-color: #444DCC;
}
</style>
border-color css
<style>
span { border-color: #444DCC; }
span { border-color: rgb(68,77,204); }
td.TdClassName
{
border-color: #444DCC;
}
.TagClassName
{
border-color: #444DCC;
}
</style>