Shades of Free Speech Blue #443DC9
Tints of Free Speech Blue #443DC9
RGB
CMYK
RGB Variations
Color information
#443DC9 (or 0x443DC9) is known color: Free Speech Blue. HEX triplet: 44, 3D and C9. RGB value is (68,61,201). Sum of RGB (Red+Green+Blue) = 68+61+201=330 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.61% from 330); Green value is 61 (24.22% from 255 or 18.48% from 330); Blue value is 201 (78.91% from 255 or 60.91% from 330); Max value from RGB is 201 - color contains mainly: blue. Hex color #443DC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #443DC9 is #BBC236. Grayscale: #4E4E4E. Windows color (decimal): -12304951 or 13188420. OLE color: 13188420.
HSL color Cylindrical-coordinate representation of color #443DC9: hue angle of 243º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #443DC9 is Cyan = 0.66, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 68 | 61 | 201 | - |
| CMYK | 0.66 | 0.70 | 0 | 0.21 |
| HSL | 243º | 0.56% | 0.51% | - |
| HSV(B) | 243º | 0.7% | 0.79% | - |
| XYZ | 14.6 | 8.78 | 56.18 | - |
| YUV | 79.05 | 196.82 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 61 | 201 | 0.66 | 0.70 | 0 | 0.21 | 243 | 0.56 | 0.51 |
| Hex | 44 | 3D | C9 | 42 | 46 | 0 | 15 | F3 | 38 | 33 |
| Octal | 104 | 75 | 311 | 102 | 106 | 0 | 25 | 363 | 70 | 63 |
| Binary | 1000100 | 111101 | 11001001 | 1000010 | 1000110 | 0 | 10101 | 11110011 | 111000 | 110011 |
Color Harmonies of #443DC9
Complementary color
Monochromatic Colors of #443DC9
Black with #443DC9
Text Example
Text Example
White with #443DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443DC9; }
p { color: rgb(68,61,201); }
H1.HeaderClassName
{
color: #443DC9;
}
.AnyTagClassName
{
color: #443DC9;
}
</style>
background-color css
<style>
a { background-color: #443DC9; }
a { background-color: rgb(68,61,201); }
div.DivClassName
{
background-color: #443DC9;
}
.BgClassName
{
background-color: #443DC9;
}
</style>
border-color css
<style>
span { border-color: #443DC9; }
span { border-color: rgb(68,61,201); }
td.TdClassName
{
border-color: #443DC9;
}
.TagClassName
{
border-color: #443DC9;
}
</style>