Shades of Free Speech Blue #443BDC
Tints of Free Speech Blue #443BDC
RGB
CMYK
RGB Variations
Color information
#443BDC (or 0x443BDC) is known color: Free Speech Blue. HEX triplet: 44, 3B and DC. RGB value is (68,59,220). Sum of RGB (Red+Green+Blue) = 68+59+220=347 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.60% from 347); Green value is 59 (23.44% from 255 or 17.00% from 347); Blue value is 220 (86.33% from 255 or 63.40% from 347); Max value from RGB is 220 - color contains mainly: blue. Hex color #443BDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #443BDC is #BBC423. Grayscale: #4F4F4F. Windows color (decimal): -12305444 or 14433092. OLE color: 14433092.
HSL color Cylindrical-coordinate representation of color #443BDC: hue angle of 243.35º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #443BDC is Cyan = 0.69, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 68 | 59 | 220 | - |
| CMYK | 0.69 | 0.73 | 0 | 0.14 |
| HSL | 243.35º | 0.7% | 0.55% | - |
| HSV(B) | 243.35º | 0.73% | 0.86% | - |
| XYZ | 16.87 | 9.52 | 68.66 | - |
| YUV | 80.05 | 206.98 | 119.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 59 | 220 | 0.69 | 0.73 | 0 | 0.14 | 243.35 | 0.7 | 0.55 |
| Hex | 44 | 3B | DC | 45 | 49 | 0 | E | F3 | 46 | 37 |
| Octal | 104 | 73 | 334 | 105 | 111 | 0 | 16 | 363 | 106 | 67 |
| Binary | 1000100 | 111011 | 11011100 | 1000101 | 1001001 | 0 | 1110 | 11110011 | 1000110 | 110111 |
Color Harmonies of #443BDC
Complementary color
Monochromatic Colors of #443BDC
Black with #443BDC
Text Example
Text Example
White with #443BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443BDC; }
p { color: rgb(68,59,220); }
H1.HeaderClassName
{
color: #443BDC;
}
.AnyTagClassName
{
color: #443BDC;
}
</style>
background-color css
<style>
a { background-color: #443BDC; }
a { background-color: rgb(68,59,220); }
div.DivClassName
{
background-color: #443BDC;
}
.BgClassName
{
background-color: #443BDC;
}
</style>
border-color css
<style>
span { border-color: #443BDC; }
span { border-color: rgb(68,59,220); }
td.TdClassName
{
border-color: #443BDC;
}
.TagClassName
{
border-color: #443BDC;
}
</style>