Shades of Free Speech Blue #443EDA
Tints of Free Speech Blue #443EDA
RGB
CMYK
RGB Variations
Color information
#443EDA (or 0x443EDA) is known color: Free Speech Blue. HEX triplet: 44, 3E and DA. RGB value is (68,62,218). Sum of RGB (Red+Green+Blue) = 68+62+218=348 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.54% from 348); Green value is 62 (24.61% from 255 or 17.82% from 348); Blue value is 218 (85.55% from 255 or 62.64% from 348); Max value from RGB is 218 - color contains mainly: blue. Hex color #443EDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #443EDA is #BBC125. Grayscale: #505050. Windows color (decimal): -12304678 or 14302788. OLE color: 14302788.
HSL color Cylindrical-coordinate representation of color #443EDA: hue angle of 242.31º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #443EDA is Cyan = 0.69, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 68 | 62 | 218 | - |
| CMYK | 0.69 | 0.72 | 0 | 0.15 |
| HSL | 242.31º | 0.68% | 0.55% | - |
| HSV(B) | 242.31º | 0.72% | 0.85% | - |
| XYZ | 16.76 | 9.74 | 67.33 | - |
| YUV | 81.58 | 204.99 | 118.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 62 | 218 | 0.69 | 0.72 | 0 | 0.15 | 242.31 | 0.68 | 0.55 |
| Hex | 44 | 3E | DA | 45 | 48 | 0 | F | F2 | 44 | 37 |
| Octal | 104 | 76 | 332 | 105 | 110 | 0 | 17 | 362 | 104 | 67 |
| Binary | 1000100 | 111110 | 11011010 | 1000101 | 1001000 | 0 | 1111 | 11110010 | 1000100 | 110111 |
Color Harmonies of #443EDA
Complementary color
Monochromatic Colors of #443EDA
Black with #443EDA
Text Example
Text Example
White with #443EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443EDA; }
p { color: rgb(68,62,218); }
H1.HeaderClassName
{
color: #443EDA;
}
.AnyTagClassName
{
color: #443EDA;
}
</style>
background-color css
<style>
a { background-color: #443EDA; }
a { background-color: rgb(68,62,218); }
div.DivClassName
{
background-color: #443EDA;
}
.BgClassName
{
background-color: #443EDA;
}
</style>
border-color css
<style>
span { border-color: #443EDA; }
span { border-color: rgb(68,62,218); }
td.TdClassName
{
border-color: #443EDA;
}
.TagClassName
{
border-color: #443EDA;
}
</style>