Shades of Free Speech Blue #403CD5
Tints of Free Speech Blue #403CD5
RGB
CMYK
RGB Variations
Color information
#403CD5 (or 0x403CD5) is known color: Free Speech Blue. HEX triplet: 40, 3C and D5. RGB value is (64,60,213). Sum of RGB (Red+Green+Blue) = 64+60+213=337 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.99% from 337); Green value is 60 (23.83% from 255 or 17.80% from 337); Blue value is 213 (83.59% from 255 or 63.20% from 337); Max value from RGB is 213 - color contains mainly: blue. Hex color #403CD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #403CD5 is #BFC32A. Grayscale: #4E4E4E. Windows color (decimal): -12567339 or 13974592. OLE color: 13974592.
HSL color Cylindrical-coordinate representation of color #403CD5: hue angle of 241.57º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #403CD5 is Cyan = 0.70, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 64 | 60 | 213 | - |
| CMYK | 0.70 | 0.72 | 0 | 0.16 |
| HSL | 241.57º | 0.65% | 0.54% | - |
| HSV(B) | 241.57º | 0.72% | 0.84% | - |
| XYZ | 15.74 | 9.13 | 63.88 | - |
| YUV | 78.64 | 203.83 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 60 | 213 | 0.70 | 0.72 | 0 | 0.16 | 241.57 | 0.65 | 0.54 |
| Hex | 40 | 3C | D5 | 46 | 48 | 0 | 10 | F2 | 41 | 36 |
| Octal | 100 | 74 | 325 | 106 | 110 | 0 | 20 | 362 | 101 | 66 |
| Binary | 1000000 | 111100 | 11010101 | 1000110 | 1001000 | 0 | 10000 | 11110010 | 1000001 | 110110 |
Color Harmonies of #403CD5
Complementary color
Monochromatic Colors of #403CD5
Black with #403CD5
Text Example
Text Example
White with #403CD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403CD5; }
p { color: rgb(64,60,213); }
H1.HeaderClassName
{
color: #403CD5;
}
.AnyTagClassName
{
color: #403CD5;
}
</style>
background-color css
<style>
a { background-color: #403CD5; }
a { background-color: rgb(64,60,213); }
div.DivClassName
{
background-color: #403CD5;
}
.BgClassName
{
background-color: #403CD5;
}
</style>
border-color css
<style>
span { border-color: #403CD5; }
span { border-color: rgb(64,60,213); }
td.TdClassName
{
border-color: #403CD5;
}
.TagClassName
{
border-color: #403CD5;
}
</style>