Shades of Free Speech Blue #443DB3
Tints of Free Speech Blue #443DB3
RGB
CMYK
RGB Variations
Color information
#443DB3 (or 0x443DB3) is known color: Free Speech Blue. HEX triplet: 44, 3D and B3. RGB value is (68,61,179). Sum of RGB (Red+Green+Blue) = 68+61+179=308 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.08% from 308); Green value is 61 (24.22% from 255 or 19.81% from 308); Blue value is 179 (70.31% from 255 or 58.12% from 308); Max value from RGB is 179 - color contains mainly: blue. Hex color #443DB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #443DB3 is #BBC24C. Grayscale: #4C4C4C. Windows color (decimal): -12304973 or 11746628. OLE color: 11746628.
HSL color Cylindrical-coordinate representation of color #443DB3: hue angle of 243.56º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #443DB3 is Cyan = 0.62, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 68 | 61 | 179 | - |
| CMYK | 0.62 | 0.66 | 0 | 0.30 |
| HSL | 243.56º | 0.49% | 0.47% | - |
| HSV(B) | 243.56º | 0.66% | 0.7% | - |
| XYZ | 12.19 | 7.82 | 43.52 | - |
| YUV | 76.55 | 185.82 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 61 | 179 | 0.62 | 0.66 | 0 | 0.30 | 243.56 | 0.49 | 0.47 |
| Hex | 44 | 3D | B3 | 3E | 42 | 0 | 1E | F4 | 31 | 2F |
| Octal | 104 | 75 | 263 | 76 | 102 | 0 | 36 | 364 | 61 | 57 |
| Binary | 1000100 | 111101 | 10110011 | 111110 | 1000010 | 0 | 11110 | 11110100 | 110001 | 101111 |
Color Harmonies of #443DB3
Complementary color
Monochromatic Colors of #443DB3
Black with #443DB3
Text Example
Text Example
White with #443DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443DB3; }
p { color: rgb(68,61,179); }
H1.HeaderClassName
{
color: #443DB3;
}
.AnyTagClassName
{
color: #443DB3;
}
</style>
background-color css
<style>
a { background-color: #443DB3; }
a { background-color: rgb(68,61,179); }
div.DivClassName
{
background-color: #443DB3;
}
.BgClassName
{
background-color: #443DB3;
}
</style>
border-color css
<style>
span { border-color: #443DB3; }
span { border-color: rgb(68,61,179); }
td.TdClassName
{
border-color: #443DB3;
}
.TagClassName
{
border-color: #443DB3;
}
</style>