Shades of Free Speech Blue #443DCC
Tints of Free Speech Blue #443DCC
RGB
CMYK
RGB Variations
Color information
#443DCC (or 0x443DCC) is known color: Free Speech Blue. HEX triplet: 44, 3D and CC. RGB value is (68,61,204). Sum of RGB (Red+Green+Blue) = 68+61+204=333 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.42% from 333); Green value is 61 (24.22% from 255 or 18.32% from 333); Blue value is 204 (80.08% from 255 or 61.26% from 333); Max value from RGB is 204 - color contains mainly: blue. Hex color #443DCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #443DCC is #BBC233. Grayscale: #4E4E4E. Windows color (decimal): -12304948 or 13385028. OLE color: 13385028.
HSL color Cylindrical-coordinate representation of color #443DCC: hue angle of 242.94º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #443DCC is Cyan = 0.67, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 68 | 61 | 204 | - |
| CMYK | 0.67 | 0.70 | 0 | 0.2 |
| HSL | 242.94º | 0.58% | 0.52% | - |
| HSV(B) | 242.94º | 0.7% | 0.8% | - |
| XYZ | 14.95 | 8.93 | 58.06 | - |
| YUV | 79.4 | 198.32 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 61 | 204 | 0.67 | 0.70 | 0 | 0.2 | 242.94 | 0.58 | 0.52 |
| Hex | 44 | 3D | CC | 43 | 46 | 0 | 14 | F3 | 3A | 34 |
| Octal | 104 | 75 | 314 | 103 | 106 | 0 | 24 | 363 | 72 | 64 |
| Binary | 1000100 | 111101 | 11001100 | 1000011 | 1000110 | 0 | 10100 | 11110011 | 111010 | 110100 |
Color Harmonies of #443DCC
Complementary color
Monochromatic Colors of #443DCC
Black with #443DCC
Text Example
Text Example
White with #443DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443DCC; }
p { color: rgb(68,61,204); }
H1.HeaderClassName
{
color: #443DCC;
}
.AnyTagClassName
{
color: #443DCC;
}
</style>
background-color css
<style>
a { background-color: #443DCC; }
a { background-color: rgb(68,61,204); }
div.DivClassName
{
background-color: #443DCC;
}
.BgClassName
{
background-color: #443DCC;
}
</style>
border-color css
<style>
span { border-color: #443DCC; }
span { border-color: rgb(68,61,204); }
td.TdClassName
{
border-color: #443DCC;
}
.TagClassName
{
border-color: #443DCC;
}
</style>