Shades of Free Speech Blue #443ECB
Tints of Free Speech Blue #443ECB
RGB
CMYK
RGB Variations
Color information
#443ECB (or 0x443ECB) is known color: Free Speech Blue. HEX triplet: 44, 3E and CB. RGB value is (68,62,203). Sum of RGB (Red+Green+Blue) = 68+62+203=333 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.42% from 333); Green value is 62 (24.61% from 255 or 18.62% from 333); Blue value is 203 (79.69% from 255 or 60.96% from 333); Max value from RGB is 203 - color contains mainly: blue. Hex color #443ECB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #443ECB is #BBC134. Grayscale: #4F4F4F. Windows color (decimal): -12304693 or 13319748. OLE color: 13319748.
HSL color Cylindrical-coordinate representation of color #443ECB: hue angle of 242.55º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #443ECB is Cyan = 0.67, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 68 | 62 | 203 | - |
| CMYK | 0.67 | 0.69 | 0 | 0.20 |
| HSL | 242.55º | 0.58% | 0.52% | - |
| HSV(B) | 242.55º | 0.69% | 0.8% | - |
| XYZ | 14.89 | 8.99 | 57.45 | - |
| YUV | 79.87 | 197.49 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 62 | 203 | 0.67 | 0.69 | 0 | 0.20 | 242.55 | 0.58 | 0.52 |
| Hex | 44 | 3E | CB | 43 | 45 | 0 | 14 | F3 | 3A | 34 |
| Octal | 104 | 76 | 313 | 103 | 105 | 0 | 24 | 363 | 72 | 64 |
| Binary | 1000100 | 111110 | 11001011 | 1000011 | 1000101 | 0 | 10100 | 11110011 | 111010 | 110100 |
Color Harmonies of #443ECB
Complementary color
Monochromatic Colors of #443ECB
Black with #443ECB
Text Example
Text Example
White with #443ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443ECB; }
p { color: rgb(68,62,203); }
H1.HeaderClassName
{
color: #443ECB;
}
.AnyTagClassName
{
color: #443ECB;
}
</style>
background-color css
<style>
a { background-color: #443ECB; }
a { background-color: rgb(68,62,203); }
div.DivClassName
{
background-color: #443ECB;
}
.BgClassName
{
background-color: #443ECB;
}
</style>
border-color css
<style>
span { border-color: #443ECB; }
span { border-color: rgb(68,62,203); }
td.TdClassName
{
border-color: #443ECB;
}
.TagClassName
{
border-color: #443ECB;
}
</style>