Shades of Free Speech Blue #443EC8
Tints of Free Speech Blue #443EC8
RGB
CMYK
RGB Variations
Color information
#443EC8 (or 0x443EC8) is known color: Free Speech Blue. HEX triplet: 44, 3E and C8. RGB value is (68,62,200). Sum of RGB (Red+Green+Blue) = 68+62+200=330 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.61% from 330); Green value is 62 (24.61% from 255 or 18.79% from 330); Blue value is 200 (78.52% from 255 or 60.61% from 330); Max value from RGB is 200 - color contains mainly: blue. Hex color #443EC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #443EC8 is #BBC137. Grayscale: #4E4E4E. Windows color (decimal): -12304696 or 13123140. OLE color: 13123140.
HSL color Cylindrical-coordinate representation of color #443EC8: hue angle of 242.61º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #443EC8 is Cyan = 0.66, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 68 | 62 | 200 | - |
| CMYK | 0.66 | 0.69 | 0 | 0.22 |
| HSL | 242.61º | 0.56% | 0.51% | - |
| HSV(B) | 242.61º | 0.69% | 0.78% | - |
| XYZ | 14.53 | 8.84 | 55.58 | - |
| YUV | 79.53 | 195.99 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 62 | 200 | 0.66 | 0.69 | 0 | 0.22 | 242.61 | 0.56 | 0.51 |
| Hex | 44 | 3E | C8 | 42 | 45 | 0 | 16 | F3 | 38 | 33 |
| Octal | 104 | 76 | 310 | 102 | 105 | 0 | 26 | 363 | 70 | 63 |
| Binary | 1000100 | 111110 | 11001000 | 1000010 | 1000101 | 0 | 10110 | 11110011 | 111000 | 110011 |
Color Harmonies of #443EC8
Complementary color
Monochromatic Colors of #443EC8
Black with #443EC8
Text Example
Text Example
White with #443EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443EC8; }
p { color: rgb(68,62,200); }
H1.HeaderClassName
{
color: #443EC8;
}
.AnyTagClassName
{
color: #443EC8;
}
</style>
background-color css
<style>
a { background-color: #443EC8; }
a { background-color: rgb(68,62,200); }
div.DivClassName
{
background-color: #443EC8;
}
.BgClassName
{
background-color: #443EC8;
}
</style>
border-color css
<style>
span { border-color: #443EC8; }
span { border-color: rgb(68,62,200); }
td.TdClassName
{
border-color: #443EC8;
}
.TagClassName
{
border-color: #443EC8;
}
</style>