Shades of Free Speech Blue #403DCF
Tints of Free Speech Blue #403DCF
RGB
CMYK
RGB Variations
Color information
#403DCF (or 0x403DCF) is known color: Free Speech Blue. HEX triplet: 40, 3D and CF. RGB value is (64,61,207). Sum of RGB (Red+Green+Blue) = 64+61+207=332 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.28% from 332); Green value is 61 (24.22% from 255 or 18.37% from 332); Blue value is 207 (81.25% from 255 or 62.35% from 332); Max value from RGB is 207 - color contains mainly: blue. Hex color #403DCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #403DCF is #BFC230. Grayscale: #4D4D4D. Windows color (decimal): -12567089 or 13581632. OLE color: 13581632.
HSL color Cylindrical-coordinate representation of color #403DCF: hue angle of 241.23º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #403DCF is Cyan = 0.69, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 61 | 207 | - |
| CMYK | 0.69 | 0.71 | 0 | 0.19 |
| HSL | 241.23º | 0.6% | 0.53% | - |
| HSV(B) | 241.23º | 0.71% | 0.81% | - |
| XYZ | 15.05 | 8.93 | 59.96 | - |
| YUV | 78.54 | 200.49 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 61 | 207 | 0.69 | 0.71 | 0 | 0.19 | 241.23 | 0.6 | 0.53 |
| Hex | 40 | 3D | CF | 45 | 47 | 0 | 13 | F1 | 3C | 35 |
| Octal | 100 | 75 | 317 | 105 | 107 | 0 | 23 | 361 | 74 | 65 |
| Binary | 1000000 | 111101 | 11001111 | 1000101 | 1000111 | 0 | 10011 | 11110001 | 111100 | 110101 |
Color Harmonies of #403DCF
Complementary color
Monochromatic Colors of #403DCF
Black with #403DCF
Text Example
Text Example
White with #403DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403DCF; }
p { color: rgb(64,61,207); }
H1.HeaderClassName
{
color: #403DCF;
}
.AnyTagClassName
{
color: #403DCF;
}
</style>
background-color css
<style>
a { background-color: #403DCF; }
a { background-color: rgb(64,61,207); }
div.DivClassName
{
background-color: #403DCF;
}
.BgClassName
{
background-color: #403DCF;
}
</style>
border-color css
<style>
span { border-color: #403DCF; }
span { border-color: rgb(64,61,207); }
td.TdClassName
{
border-color: #403DCF;
}
.TagClassName
{
border-color: #403DCF;
}
</style>