Shades of Free Speech Blue #403DC1
Tints of Free Speech Blue #403DC1
RGB
CMYK
RGB Variations
Color information
#403DC1 (or 0x403DC1) is known color: Free Speech Blue. HEX triplet: 40, 3D and C1. RGB value is (64,61,193). Sum of RGB (Red+Green+Blue) = 64+61+193=318 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.13% from 318); Green value is 61 (24.22% from 255 or 19.18% from 318); Blue value is 193 (75.78% from 255 or 60.69% from 318); Max value from RGB is 193 - color contains mainly: blue. Hex color #403DC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #403DC1 is #BFC23E. Grayscale: #4C4C4C. Windows color (decimal): -12567103 or 12664128. OLE color: 12664128.
HSL color Cylindrical-coordinate representation of color #403DC1: hue angle of 241.36º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #403DC1 is Cyan = 0.67, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 64 | 61 | 193 | - |
| CMYK | 0.67 | 0.68 | 0 | 0.24 |
| HSL | 241.36º | 0.52% | 0.5% | - |
| HSV(B) | 241.36º | 0.68% | 0.76% | - |
| XYZ | 13.41 | 8.28 | 51.34 | - |
| YUV | 76.95 | 193.49 | 118.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 61 | 193 | 0.67 | 0.68 | 0 | 0.24 | 241.36 | 0.52 | 0.5 |
| Hex | 40 | 3D | C1 | 43 | 44 | 0 | 18 | F1 | 34 | 32 |
| Octal | 100 | 75 | 301 | 103 | 104 | 0 | 30 | 361 | 64 | 62 |
| Binary | 1000000 | 111101 | 11000001 | 1000011 | 1000100 | 0 | 11000 | 11110001 | 110100 | 110010 |
Color Harmonies of #403DC1
Complementary color
Monochromatic Colors of #403DC1
Black with #403DC1
Text Example
Text Example
White with #403DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403DC1; }
p { color: rgb(64,61,193); }
H1.HeaderClassName
{
color: #403DC1;
}
.AnyTagClassName
{
color: #403DC1;
}
</style>
background-color css
<style>
a { background-color: #403DC1; }
a { background-color: rgb(64,61,193); }
div.DivClassName
{
background-color: #403DC1;
}
.BgClassName
{
background-color: #403DC1;
}
</style>
border-color css
<style>
span { border-color: #403DC1; }
span { border-color: rgb(64,61,193); }
td.TdClassName
{
border-color: #403DC1;
}
.TagClassName
{
border-color: #403DC1;
}
</style>