Shades of Free Speech Blue #443ECF
Tints of Free Speech Blue #443ECF
RGB
CMYK
RGB Variations
Color information
#443ECF (or 0x443ECF) is known color: Free Speech Blue. HEX triplet: 44, 3E and CF. RGB value is (68,62,207). Sum of RGB (Red+Green+Blue) = 68+62+207=337 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.18% from 337); Green value is 62 (24.61% from 255 or 18.40% from 337); Blue value is 207 (81.25% from 255 or 61.42% from 337); Max value from RGB is 207 - color contains mainly: blue. Hex color #443ECF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #443ECF is #BBC130. Grayscale: #4F4F4F. Windows color (decimal): -12304689 or 13581892. OLE color: 13581892.
HSL color Cylindrical-coordinate representation of color #443ECF: hue angle of 242.48º 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 #443ECF is Cyan = 0.67, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 68 | 62 | 207 | - |
| CMYK | 0.67 | 0.70 | 0 | 0.19 |
| HSL | 242.48º | 0.6% | 0.53% | - |
| HSV(B) | 242.48º | 0.7% | 0.81% | - |
| XYZ | 15.37 | 9.18 | 59.99 | - |
| YUV | 80.32 | 199.49 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 62 | 207 | 0.67 | 0.70 | 0 | 0.19 | 242.48 | 0.6 | 0.53 |
| Hex | 44 | 3E | CF | 43 | 46 | 0 | 13 | F2 | 3C | 35 |
| Octal | 104 | 76 | 317 | 103 | 106 | 0 | 23 | 362 | 74 | 65 |
| Binary | 1000100 | 111110 | 11001111 | 1000011 | 1000110 | 0 | 10011 | 11110010 | 111100 | 110101 |
Color Harmonies of #443ECF
Complementary color
Monochromatic Colors of #443ECF
Black with #443ECF
Text Example
Text Example
White with #443ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443ECF; }
p { color: rgb(68,62,207); }
H1.HeaderClassName
{
color: #443ECF;
}
.AnyTagClassName
{
color: #443ECF;
}
</style>
background-color css
<style>
a { background-color: #443ECF; }
a { background-color: rgb(68,62,207); }
div.DivClassName
{
background-color: #443ECF;
}
.BgClassName
{
background-color: #443ECF;
}
</style>
border-color css
<style>
span { border-color: #443ECF; }
span { border-color: rgb(68,62,207); }
td.TdClassName
{
border-color: #443ECF;
}
.TagClassName
{
border-color: #443ECF;
}
</style>