Shades of Free Speech Blue #403DCE
Tints of Free Speech Blue #403DCE
RGB
CMYK
RGB Variations
Color information
#403DCE (or 0x403DCE) is known color: Free Speech Blue. HEX triplet: 40, 3D and CE. RGB value is (64,61,206). Sum of RGB (Red+Green+Blue) = 64+61+206=331 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.34% from 331); Green value is 61 (24.22% from 255 or 18.43% from 331); Blue value is 206 (80.86% from 255 or 62.24% from 331); Max value from RGB is 206 - color contains mainly: blue. Hex color #403DCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #403DCE is #BFC231. Grayscale: #4D4D4D. Windows color (decimal): -12567090 or 13516096. OLE color: 13516096.
HSL color Cylindrical-coordinate representation of color #403DCE: hue angle of 241.24º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #403DCE is Cyan = 0.69, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 61 | 206 | - |
| CMYK | 0.69 | 0.70 | 0 | 0.19 |
| HSL | 241.24º | 0.6% | 0.52% | - |
| HSV(B) | 241.24º | 0.7% | 0.81% | - |
| XYZ | 14.92 | 8.88 | 59.32 | - |
| YUV | 78.43 | 199.99 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 61 | 206 | 0.69 | 0.70 | 0 | 0.19 | 241.24 | 0.6 | 0.52 |
| Hex | 40 | 3D | CE | 45 | 46 | 0 | 13 | F1 | 3C | 34 |
| Octal | 100 | 75 | 316 | 105 | 106 | 0 | 23 | 361 | 74 | 64 |
| Binary | 1000000 | 111101 | 11001110 | 1000101 | 1000110 | 0 | 10011 | 11110001 | 111100 | 110100 |
Color Harmonies of #403DCE
Complementary color
Monochromatic Colors of #403DCE
Black with #403DCE
Text Example
Text Example
White with #403DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403DCE; }
p { color: rgb(64,61,206); }
H1.HeaderClassName
{
color: #403DCE;
}
.AnyTagClassName
{
color: #403DCE;
}
</style>
background-color css
<style>
a { background-color: #403DCE; }
a { background-color: rgb(64,61,206); }
div.DivClassName
{
background-color: #403DCE;
}
.BgClassName
{
background-color: #403DCE;
}
</style>
border-color css
<style>
span { border-color: #403DCE; }
span { border-color: rgb(64,61,206); }
td.TdClassName
{
border-color: #403DCE;
}
.TagClassName
{
border-color: #403DCE;
}
</style>