Shades of Free Speech Blue #443ADC
Tints of Free Speech Blue #443ADC
RGB
CMYK
RGB Variations
Color information
#443ADC (or 0x443ADC) is known color: Free Speech Blue. HEX triplet: 44, 3A and DC. RGB value is (68,58,220). Sum of RGB (Red+Green+Blue) = 68+58+220=346 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.65% from 346); Green value is 58 (23.05% from 255 or 16.76% from 346); Blue value is 220 (86.33% from 255 or 63.58% from 346); Max value from RGB is 220 - color contains mainly: blue. Hex color #443ADC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #443ADC is #BBC523. Grayscale: #4E4E4E. Windows color (decimal): -12305700 or 14432836. OLE color: 14432836.
HSL color Cylindrical-coordinate representation of color #443ADC: hue angle of 243.7º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #443ADC is Cyan = 0.69, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 68 | 58 | 220 | - |
| CMYK | 0.69 | 0.74 | 0 | 0.14 |
| HSL | 243.7º | 0.7% | 0.55% | - |
| HSV(B) | 243.7º | 0.74% | 0.86% | - |
| XYZ | 16.82 | 9.42 | 68.64 | - |
| YUV | 79.46 | 207.31 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 58 | 220 | 0.69 | 0.74 | 0 | 0.14 | 243.7 | 0.7 | 0.55 |
| Hex | 44 | 3A | DC | 45 | 4A | 0 | E | F4 | 46 | 37 |
| Octal | 104 | 72 | 334 | 105 | 112 | 0 | 16 | 364 | 106 | 67 |
| Binary | 1000100 | 111010 | 11011100 | 1000101 | 1001010 | 0 | 1110 | 11110100 | 1000110 | 110111 |
Color Harmonies of #443ADC
Complementary color
Monochromatic Colors of #443ADC
Black with #443ADC
Text Example
Text Example
White with #443ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443ADC; }
p { color: rgb(68,58,220); }
H1.HeaderClassName
{
color: #443ADC;
}
.AnyTagClassName
{
color: #443ADC;
}
</style>
background-color css
<style>
a { background-color: #443ADC; }
a { background-color: rgb(68,58,220); }
div.DivClassName
{
background-color: #443ADC;
}
.BgClassName
{
background-color: #443ADC;
}
</style>
border-color css
<style>
span { border-color: #443ADC; }
span { border-color: rgb(68,58,220); }
td.TdClassName
{
border-color: #443ADC;
}
.TagClassName
{
border-color: #443ADC;
}
</style>