Shades of Free Speech Blue #443FCB
Tints of Free Speech Blue #443FCB
RGB
CMYK
RGB Variations
Color information
#443FCB (or 0x443FCB) is known color: Free Speech Blue. HEX triplet: 44, 3F and CB. RGB value is (68,63,203). Sum of RGB (Red+Green+Blue) = 68+63+203=334 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.36% from 334); Green value is 63 (25% from 255 or 18.86% from 334); Blue value is 203 (79.69% from 255 or 60.78% from 334); Max value from RGB is 203 - color contains mainly: blue. Hex color #443FCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #443FCB is #BBC034. Grayscale: #4F4F4F. Windows color (decimal): -12304437 or 13320004. OLE color: 13320004.
HSL color Cylindrical-coordinate representation of color #443FCB: hue angle of 242.14º degrees, saturation: 0.57, 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 #443FCB is Cyan = 0.67, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 68 | 63 | 203 | - |
| CMYK | 0.67 | 0.69 | 0 | 0.20 |
| HSL | 242.14º | 0.57% | 0.52% | - |
| HSV(B) | 242.14º | 0.69% | 0.8% | - |
| XYZ | 14.94 | 9.1 | 57.47 | - |
| YUV | 80.46 | 197.16 | 119.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 63 | 203 | 0.67 | 0.69 | 0 | 0.20 | 242.14 | 0.57 | 0.52 |
| Hex | 44 | 3F | CB | 43 | 45 | 0 | 14 | F2 | 39 | 34 |
| Octal | 104 | 77 | 313 | 103 | 105 | 0 | 24 | 362 | 71 | 64 |
| Binary | 1000100 | 111111 | 11001011 | 1000011 | 1000101 | 0 | 10100 | 11110010 | 111001 | 110100 |
Color Harmonies of #443FCB
Complementary color
Monochromatic Colors of #443FCB
Black with #443FCB
Text Example
Text Example
White with #443FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443FCB; }
p { color: rgb(68,63,203); }
H1.HeaderClassName
{
color: #443FCB;
}
.AnyTagClassName
{
color: #443FCB;
}
</style>
background-color css
<style>
a { background-color: #443FCB; }
a { background-color: rgb(68,63,203); }
div.DivClassName
{
background-color: #443FCB;
}
.BgClassName
{
background-color: #443FCB;
}
</style>
border-color css
<style>
span { border-color: #443FCB; }
span { border-color: rgb(68,63,203); }
td.TdClassName
{
border-color: #443FCB;
}
.TagClassName
{
border-color: #443FCB;
}
</style>