Shades of Free Speech Blue #403CC1
Tints of Free Speech Blue #403CC1
RGB
CMYK
RGB Variations
Color information
#403CC1 (or 0x403CC1) is known color: Free Speech Blue. HEX triplet: 40, 3C and C1. RGB value is (64,60,193). Sum of RGB (Red+Green+Blue) = 64+60+193=317 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.19% from 317); Green value is 60 (23.83% from 255 or 18.93% from 317); Blue value is 193 (75.78% from 255 or 60.88% from 317); Max value from RGB is 193 - color contains mainly: blue. Hex color #403CC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #403CC1 is #BFC33E. Grayscale: #4B4B4B. Windows color (decimal): -12567359 or 12663872. OLE color: 12663872.
HSL color Cylindrical-coordinate representation of color #403CC1: hue angle of 241.8º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #403CC1 is Cyan = 0.67, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 64 | 60 | 193 | - |
| CMYK | 0.67 | 0.69 | 0 | 0.24 |
| HSL | 241.8º | 0.53% | 0.5% | - |
| HSV(B) | 241.8º | 0.69% | 0.76% | - |
| XYZ | 13.36 | 8.17 | 51.33 | - |
| YUV | 76.36 | 193.83 | 119.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 60 | 193 | 0.67 | 0.69 | 0 | 0.24 | 241.8 | 0.53 | 0.5 |
| Hex | 40 | 3C | C1 | 43 | 45 | 0 | 18 | F2 | 35 | 32 |
| Octal | 100 | 74 | 301 | 103 | 105 | 0 | 30 | 362 | 65 | 62 |
| Binary | 1000000 | 111100 | 11000001 | 1000011 | 1000101 | 0 | 11000 | 11110010 | 110101 | 110010 |
Color Harmonies of #403CC1
Complementary color
Monochromatic Colors of #403CC1
Black with #403CC1
Text Example
Text Example
White with #403CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403CC1; }
p { color: rgb(64,60,193); }
H1.HeaderClassName
{
color: #403CC1;
}
.AnyTagClassName
{
color: #403CC1;
}
</style>
background-color css
<style>
a { background-color: #403CC1; }
a { background-color: rgb(64,60,193); }
div.DivClassName
{
background-color: #403CC1;
}
.BgClassName
{
background-color: #403CC1;
}
</style>
border-color css
<style>
span { border-color: #403CC1; }
span { border-color: rgb(64,60,193); }
td.TdClassName
{
border-color: #403CC1;
}
.TagClassName
{
border-color: #403CC1;
}
</style>