Shades of Free Speech Blue #403FDC
Tints of Free Speech Blue #403FDC
RGB
CMYK
RGB Variations
Color information
#403FDC (or 0x403FDC) is known color: Free Speech Blue. HEX triplet: 40, 3F and DC. RGB value is (64,63,220). Sum of RGB (Red+Green+Blue) = 64+63+220=347 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.44% from 347); Green value is 63 (25% from 255 or 18.16% from 347); Blue value is 220 (86.33% from 255 or 63.40% from 347); Max value from RGB is 220 - color contains mainly: blue. Hex color #403FDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #403FDC is #BFC023. Grayscale: #505050. Windows color (decimal): -12566564 or 14434112. OLE color: 14434112.
HSL color Cylindrical-coordinate representation of color #403FDC: hue angle of 240.38º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #403FDC is Cyan = 0.71, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 63 | 220 | - |
| CMYK | 0.71 | 0.71 | 0 | 0.14 |
| HSL | 240.38º | 0.69% | 0.55% | - |
| HSV(B) | 240.38º | 0.71% | 0.86% | - |
| XYZ | 16.81 | 9.81 | 68.72 | - |
| YUV | 81.2 | 206.33 | 115.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 63 | 220 | 0.71 | 0.71 | 0 | 0.14 | 240.38 | 0.69 | 0.55 |
| Hex | 40 | 3F | DC | 47 | 47 | 0 | E | F0 | 45 | 37 |
| Octal | 100 | 77 | 334 | 107 | 107 | 0 | 16 | 360 | 105 | 67 |
| Binary | 1000000 | 111111 | 11011100 | 1000111 | 1000111 | 0 | 1110 | 11110000 | 1000101 | 110111 |
Color Harmonies of #403FDC
Complementary color
Monochromatic Colors of #403FDC
Black with #403FDC
Text Example
Text Example
White with #403FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403FDC; }
p { color: rgb(64,63,220); }
H1.HeaderClassName
{
color: #403FDC;
}
.AnyTagClassName
{
color: #403FDC;
}
</style>
background-color css
<style>
a { background-color: #403FDC; }
a { background-color: rgb(64,63,220); }
div.DivClassName
{
background-color: #403FDC;
}
.BgClassName
{
background-color: #403FDC;
}
</style>
border-color css
<style>
span { border-color: #403FDC; }
span { border-color: rgb(64,63,220); }
td.TdClassName
{
border-color: #403FDC;
}
.TagClassName
{
border-color: #403FDC;
}
</style>