Shades of Free Speech Blue #443FC8
Tints of Free Speech Blue #443FC8
RGB
CMYK
RGB Variations
Color information
#443FC8 (or 0x443FC8) is known color: Free Speech Blue. HEX triplet: 44, 3F and C8. RGB value is (68,63,200). Sum of RGB (Red+Green+Blue) = 68+63+200=331 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.54% from 331); Green value is 63 (25% from 255 or 19.03% from 331); Blue value is 200 (78.52% from 255 or 60.42% from 331); Max value from RGB is 200 - color contains mainly: blue. Hex color #443FC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #443FC8 is #BBC037. Grayscale: #4F4F4F. Windows color (decimal): -12304440 or 13123396. OLE color: 13123396.
HSL color Cylindrical-coordinate representation of color #443FC8: hue angle of 242.19º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #443FC8 is Cyan = 0.66, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 68 | 63 | 200 | - |
| CMYK | 0.66 | 0.68 | 0 | 0.22 |
| HSL | 242.19º | 0.55% | 0.52% | - |
| HSV(B) | 242.19º | 0.69% | 0.78% | - |
| XYZ | 14.59 | 8.95 | 55.6 | - |
| YUV | 80.11 | 195.66 | 119.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 63 | 200 | 0.66 | 0.68 | 0 | 0.22 | 242.19 | 0.55 | 0.52 |
| Hex | 44 | 3F | C8 | 42 | 44 | 0 | 16 | F2 | 37 | 34 |
| Octal | 104 | 77 | 310 | 102 | 104 | 0 | 26 | 362 | 67 | 64 |
| Binary | 1000100 | 111111 | 11001000 | 1000010 | 1000100 | 0 | 10110 | 11110010 | 110111 | 110100 |
Color Harmonies of #443FC8
Complementary color
Monochromatic Colors of #443FC8
Black with #443FC8
Text Example
Text Example
White with #443FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443FC8; }
p { color: rgb(68,63,200); }
H1.HeaderClassName
{
color: #443FC8;
}
.AnyTagClassName
{
color: #443FC8;
}
</style>
background-color css
<style>
a { background-color: #443FC8; }
a { background-color: rgb(68,63,200); }
div.DivClassName
{
background-color: #443FC8;
}
.BgClassName
{
background-color: #443FC8;
}
</style>
border-color css
<style>
span { border-color: #443FC8; }
span { border-color: rgb(68,63,200); }
td.TdClassName
{
border-color: #443FC8;
}
.TagClassName
{
border-color: #443FC8;
}
</style>