Shades of Free Speech Blue #403DC4
Tints of Free Speech Blue #403DC4
RGB
CMYK
RGB Variations
Color information
#403DC4 (or 0x403DC4) is known color: Free Speech Blue. HEX triplet: 40, 3D and C4. RGB value is (64,61,196). Sum of RGB (Red+Green+Blue) = 64+61+196=321 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.94% from 321); Green value is 61 (24.22% from 255 or 19.00% from 321); Blue value is 196 (76.95% from 255 or 61.06% from 321); Max value from RGB is 196 - color contains mainly: blue. Hex color #403DC4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #403DC4 is #BFC23B. Grayscale: #4C4C4C. Windows color (decimal): -12567100 or 12860736. OLE color: 12860736.
HSL color Cylindrical-coordinate representation of color #403DC4: hue angle of 241.33º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #403DC4 is Cyan = 0.67, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 64 | 61 | 196 | - |
| CMYK | 0.67 | 0.69 | 0 | 0.23 |
| HSL | 241.33º | 0.53% | 0.5% | - |
| HSV(B) | 241.33º | 0.69% | 0.77% | - |
| XYZ | 13.75 | 8.41 | 53.12 | - |
| YUV | 77.29 | 194.99 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 61 | 196 | 0.67 | 0.69 | 0 | 0.23 | 241.33 | 0.53 | 0.5 |
| Hex | 40 | 3D | C4 | 43 | 45 | 0 | 17 | F1 | 35 | 32 |
| Octal | 100 | 75 | 304 | 103 | 105 | 0 | 27 | 361 | 65 | 62 |
| Binary | 1000000 | 111101 | 11000100 | 1000011 | 1000101 | 0 | 10111 | 11110001 | 110101 | 110010 |
Color Harmonies of #403DC4
Complementary color
Monochromatic Colors of #403DC4
Black with #403DC4
Text Example
Text Example
White with #403DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403DC4; }
p { color: rgb(64,61,196); }
H1.HeaderClassName
{
color: #403DC4;
}
.AnyTagClassName
{
color: #403DC4;
}
</style>
background-color css
<style>
a { background-color: #403DC4; }
a { background-color: rgb(64,61,196); }
div.DivClassName
{
background-color: #403DC4;
}
.BgClassName
{
background-color: #403DC4;
}
</style>
border-color css
<style>
span { border-color: #403DC4; }
span { border-color: rgb(64,61,196); }
td.TdClassName
{
border-color: #403DC4;
}
.TagClassName
{
border-color: #403DC4;
}
</style>