Shades of Free Speech Blue #443DCB
Tints of Free Speech Blue #443DCB
RGB
CMYK
RGB Variations
Color information
#443DCB (or 0x443DCB) is known color: Free Speech Blue. HEX triplet: 44, 3D and CB. RGB value is (68,61,203). Sum of RGB (Red+Green+Blue) = 68+61+203=332 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.48% from 332); Green value is 61 (24.22% from 255 or 18.37% from 332); Blue value is 203 (79.69% from 255 or 61.14% from 332); Max value from RGB is 203 - color contains mainly: blue. Hex color #443DCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #443DCB is #BBC234. Grayscale: #4E4E4E. Windows color (decimal): -12304949 or 13319492. OLE color: 13319492.
HSL color Cylindrical-coordinate representation of color #443DCB: hue angle of 242.96º 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 #443DCB is Cyan = 0.67, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 68 | 61 | 203 | - |
| CMYK | 0.67 | 0.70 | 0 | 0.20 |
| HSL | 242.96º | 0.58% | 0.52% | - |
| HSV(B) | 242.96º | 0.7% | 0.8% | - |
| XYZ | 14.83 | 8.88 | 57.43 | - |
| YUV | 79.28 | 197.82 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 61 | 203 | 0.67 | 0.70 | 0 | 0.20 | 242.96 | 0.58 | 0.52 |
| Hex | 44 | 3D | CB | 43 | 46 | 0 | 14 | F3 | 3A | 34 |
| Octal | 104 | 75 | 313 | 103 | 106 | 0 | 24 | 363 | 72 | 64 |
| Binary | 1000100 | 111101 | 11001011 | 1000011 | 1000110 | 0 | 10100 | 11110011 | 111010 | 110100 |
Color Harmonies of #443DCB
Complementary color
Monochromatic Colors of #443DCB
Black with #443DCB
Text Example
Text Example
White with #443DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443DCB; }
p { color: rgb(68,61,203); }
H1.HeaderClassName
{
color: #443DCB;
}
.AnyTagClassName
{
color: #443DCB;
}
</style>
background-color css
<style>
a { background-color: #443DCB; }
a { background-color: rgb(68,61,203); }
div.DivClassName
{
background-color: #443DCB;
}
.BgClassName
{
background-color: #443DCB;
}
</style>
border-color css
<style>
span { border-color: #443DCB; }
span { border-color: rgb(68,61,203); }
td.TdClassName
{
border-color: #443DCB;
}
.TagClassName
{
border-color: #443DCB;
}
</style>