Shades of Free Speech Blue #403DC7
Tints of Free Speech Blue #403DC7
RGB
CMYK
RGB Variations
Color information
#403DC7 (or 0x403DC7) is known color: Free Speech Blue. HEX triplet: 40, 3D and C7. RGB value is (64,61,199). Sum of RGB (Red+Green+Blue) = 64+61+199=324 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.75% from 324); Green value is 61 (24.22% from 255 or 18.83% from 324); Blue value is 199 (78.12% from 255 or 61.42% from 324); Max value from RGB is 199 - color contains mainly: blue. Hex color #403DC7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #403DC7 is #BFC238. Grayscale: #4D4D4D. Windows color (decimal): -12567097 or 13057344. OLE color: 13057344.
HSL color Cylindrical-coordinate representation of color #403DC7: hue angle of 241.3º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #403DC7 is Cyan = 0.68, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 64 | 61 | 199 | - |
| CMYK | 0.68 | 0.69 | 0 | 0.22 |
| HSL | 241.3º | 0.55% | 0.51% | - |
| HSV(B) | 241.3º | 0.69% | 0.78% | - |
| XYZ | 14.09 | 8.55 | 54.94 | - |
| YUV | 77.63 | 196.49 | 118.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 61 | 199 | 0.68 | 0.69 | 0 | 0.22 | 241.3 | 0.55 | 0.51 |
| Hex | 40 | 3D | C7 | 44 | 45 | 0 | 16 | F1 | 37 | 33 |
| Octal | 100 | 75 | 307 | 104 | 105 | 0 | 26 | 361 | 67 | 63 |
| Binary | 1000000 | 111101 | 11000111 | 1000100 | 1000101 | 0 | 10110 | 11110001 | 110111 | 110011 |
Color Harmonies of #403DC7
Complementary color
Monochromatic Colors of #403DC7
Black with #403DC7
Text Example
Text Example
White with #403DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403DC7; }
p { color: rgb(64,61,199); }
H1.HeaderClassName
{
color: #403DC7;
}
.AnyTagClassName
{
color: #403DC7;
}
</style>
background-color css
<style>
a { background-color: #403DC7; }
a { background-color: rgb(64,61,199); }
div.DivClassName
{
background-color: #403DC7;
}
.BgClassName
{
background-color: #403DC7;
}
</style>
border-color css
<style>
span { border-color: #403DC7; }
span { border-color: rgb(64,61,199); }
td.TdClassName
{
border-color: #403DC7;
}
.TagClassName
{
border-color: #403DC7;
}
</style>