Shades of Free Speech Blue #403DDC
Tints of Free Speech Blue #403DDC
RGB
CMYK
RGB Variations
Color information
#403DDC (or 0x403DDC) is known color: Free Speech Blue. HEX triplet: 40, 3D and DC. RGB value is (64,61,220). Sum of RGB (Red+Green+Blue) = 64+61+220=345 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.55% from 345); Green value is 61 (24.22% from 255 or 17.68% from 345); Blue value is 220 (86.33% from 255 or 63.77% from 345); Max value from RGB is 220 - color contains mainly: blue. Hex color #403DDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #403DDC is #BFC223. Grayscale: #4F4F4F. Windows color (decimal): -12567076 or 14433600. OLE color: 14433600.
HSL color Cylindrical-coordinate representation of color #403DDC: hue angle of 241.13º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #403DDC is Cyan = 0.71, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 61 | 220 | - |
| CMYK | 0.71 | 0.72 | 0 | 0.14 |
| HSL | 241.13º | 0.69% | 0.55% | - |
| HSV(B) | 241.13º | 0.72% | 0.86% | - |
| XYZ | 16.7 | 9.59 | 68.68 | - |
| YUV | 80.02 | 206.99 | 116.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 61 | 220 | 0.71 | 0.72 | 0 | 0.14 | 241.13 | 0.69 | 0.55 |
| Hex | 40 | 3D | DC | 47 | 48 | 0 | E | F1 | 45 | 37 |
| Octal | 100 | 75 | 334 | 107 | 110 | 0 | 16 | 361 | 105 | 67 |
| Binary | 1000000 | 111101 | 11011100 | 1000111 | 1001000 | 0 | 1110 | 11110001 | 1000101 | 110111 |
Color Harmonies of #403DDC
Complementary color
Monochromatic Colors of #403DDC
Black with #403DDC
Text Example
Text Example
White with #403DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403DDC; }
p { color: rgb(64,61,220); }
H1.HeaderClassName
{
color: #403DDC;
}
.AnyTagClassName
{
color: #403DDC;
}
</style>
background-color css
<style>
a { background-color: #403DDC; }
a { background-color: rgb(64,61,220); }
div.DivClassName
{
background-color: #403DDC;
}
.BgClassName
{
background-color: #403DDC;
}
</style>
border-color css
<style>
span { border-color: #403DDC; }
span { border-color: rgb(64,61,220); }
td.TdClassName
{
border-color: #403DDC;
}
.TagClassName
{
border-color: #403DDC;
}
</style>