Shades of Free Speech Blue #403ECE
Tints of Free Speech Blue #403ECE
RGB
CMYK
RGB Variations
Color information
#403ECE (or 0x403ECE) is known color: Free Speech Blue. HEX triplet: 40, 3E and CE. RGB value is (64,62,206). Sum of RGB (Red+Green+Blue) = 64+62+206=332 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.28% from 332); Green value is 62 (24.61% from 255 or 18.67% from 332); Blue value is 206 (80.86% from 255 or 62.05% from 332); Max value from RGB is 206 - color contains mainly: blue. Hex color #403ECE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #403ECE is #BFC131. Grayscale: #4E4E4E. Windows color (decimal): -12566834 or 13516352. OLE color: 13516352.
HSL color Cylindrical-coordinate representation of color #403ECE: hue angle of 240.83º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #403ECE is Cyan = 0.69, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 62 | 206 | - |
| CMYK | 0.69 | 0.70 | 0 | 0.19 |
| HSL | 240.83º | 0.6% | 0.53% | - |
| HSV(B) | 240.83º | 0.7% | 0.81% | - |
| XYZ | 14.98 | 8.99 | 59.34 | - |
| YUV | 79.01 | 199.66 | 117.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 62 | 206 | 0.69 | 0.70 | 0 | 0.19 | 240.83 | 0.6 | 0.53 |
| Hex | 40 | 3E | CE | 45 | 46 | 0 | 13 | F1 | 3C | 35 |
| Octal | 100 | 76 | 316 | 105 | 106 | 0 | 23 | 361 | 74 | 65 |
| Binary | 1000000 | 111110 | 11001110 | 1000101 | 1000110 | 0 | 10011 | 11110001 | 111100 | 110101 |
Color Harmonies of #403ECE
Complementary color
Monochromatic Colors of #403ECE
Black with #403ECE
Text Example
Text Example
White with #403ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403ECE; }
p { color: rgb(64,62,206); }
H1.HeaderClassName
{
color: #403ECE;
}
.AnyTagClassName
{
color: #403ECE;
}
</style>
background-color css
<style>
a { background-color: #403ECE; }
a { background-color: rgb(64,62,206); }
div.DivClassName
{
background-color: #403ECE;
}
.BgClassName
{
background-color: #403ECE;
}
</style>
border-color css
<style>
span { border-color: #403ECE; }
span { border-color: rgb(64,62,206); }
td.TdClassName
{
border-color: #403ECE;
}
.TagClassName
{
border-color: #403ECE;
}
</style>