Shades of Free Speech Blue #443DD4
Tints of Free Speech Blue #443DD4
RGB
CMYK
RGB Variations
Color information
#443DD4 (or 0x443DD4) is known color: Free Speech Blue. HEX triplet: 44, 3D and D4. RGB value is (68,61,212). Sum of RGB (Red+Green+Blue) = 68+61+212=341 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.94% from 341); Green value is 61 (24.22% from 255 or 17.89% from 341); Blue value is 212 (83.20% from 255 or 62.17% from 341); Max value from RGB is 212 - color contains mainly: blue. Hex color #443DD4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #443DD4 is #BBC22B. Grayscale: #4F4F4F. Windows color (decimal): -12304940 or 13909316. OLE color: 13909316.
HSL color Cylindrical-coordinate representation of color #443DD4: hue angle of 242.78º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #443DD4 is Cyan = 0.68, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 68 | 61 | 212 | - |
| CMYK | 0.68 | 0.71 | 0 | 0.17 |
| HSL | 242.78º | 0.64% | 0.54% | - |
| HSV(B) | 242.78º | 0.71% | 0.83% | - |
| XYZ | 15.94 | 9.32 | 63.25 | - |
| YUV | 80.31 | 202.32 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 61 | 212 | 0.68 | 0.71 | 0 | 0.17 | 242.78 | 0.64 | 0.54 |
| Hex | 44 | 3D | D4 | 44 | 47 | 0 | 11 | F3 | 40 | 36 |
| Octal | 104 | 75 | 324 | 104 | 107 | 0 | 21 | 363 | 100 | 66 |
| Binary | 1000100 | 111101 | 11010100 | 1000100 | 1000111 | 0 | 10001 | 11110011 | 1000000 | 110110 |
Color Harmonies of #443DD4
Complementary color
Monochromatic Colors of #443DD4
Black with #443DD4
Text Example
Text Example
White with #443DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443DD4; }
p { color: rgb(68,61,212); }
H1.HeaderClassName
{
color: #443DD4;
}
.AnyTagClassName
{
color: #443DD4;
}
</style>
background-color css
<style>
a { background-color: #443DD4; }
a { background-color: rgb(68,61,212); }
div.DivClassName
{
background-color: #443DD4;
}
.BgClassName
{
background-color: #443DD4;
}
</style>
border-color css
<style>
span { border-color: #443DD4; }
span { border-color: rgb(68,61,212); }
td.TdClassName
{
border-color: #443DD4;
}
.TagClassName
{
border-color: #443DD4;
}
</style>