Shades of Free Speech Blue #443ECE
Tints of Free Speech Blue #443ECE
RGB
CMYK
RGB Variations
Color information
#443ECE (or 0x443ECE) is known color: Free Speech Blue. HEX triplet: 44, 3E and CE. RGB value is (68,62,206). Sum of RGB (Red+Green+Blue) = 68+62+206=336 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.24% from 336); Green value is 62 (24.61% from 255 or 18.45% from 336); Blue value is 206 (80.86% from 255 or 61.31% from 336); Max value from RGB is 206 - color contains mainly: blue. Hex color #443ECE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #443ECE is #BBC131. Grayscale: #4F4F4F. Windows color (decimal): -12304690 or 13516356. OLE color: 13516356.
HSL color Cylindrical-coordinate representation of color #443ECE: hue angle of 242.5º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #443ECE is Cyan = 0.67, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 68 | 62 | 206 | - |
| CMYK | 0.67 | 0.70 | 0 | 0.19 |
| HSL | 242.5º | 0.6% | 0.53% | - |
| HSV(B) | 242.5º | 0.7% | 0.81% | - |
| XYZ | 15.25 | 9.13 | 59.35 | - |
| YUV | 80.21 | 198.99 | 119.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 62 | 206 | 0.67 | 0.70 | 0 | 0.19 | 242.5 | 0.6 | 0.53 |
| Hex | 44 | 3E | CE | 43 | 46 | 0 | 13 | F2 | 3C | 35 |
| Octal | 104 | 76 | 316 | 103 | 106 | 0 | 23 | 362 | 74 | 65 |
| Binary | 1000100 | 111110 | 11001110 | 1000011 | 1000110 | 0 | 10011 | 11110010 | 111100 | 110101 |
Color Harmonies of #443ECE
Complementary color
Monochromatic Colors of #443ECE
Black with #443ECE
Text Example
Text Example
White with #443ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443ECE; }
p { color: rgb(68,62,206); }
H1.HeaderClassName
{
color: #443ECE;
}
.AnyTagClassName
{
color: #443ECE;
}
</style>
background-color css
<style>
a { background-color: #443ECE; }
a { background-color: rgb(68,62,206); }
div.DivClassName
{
background-color: #443ECE;
}
.BgClassName
{
background-color: #443ECE;
}
</style>
border-color css
<style>
span { border-color: #443ECE; }
span { border-color: rgb(68,62,206); }
td.TdClassName
{
border-color: #443ECE;
}
.TagClassName
{
border-color: #443ECE;
}
</style>