Shades of Free Speech Blue #403ACE
Tints of Free Speech Blue #403ACE
RGB
CMYK
RGB Variations
Color information
#403ACE (or 0x403ACE) is known color: Free Speech Blue. HEX triplet: 40, 3A and CE. RGB value is (64,58,206). Sum of RGB (Red+Green+Blue) = 64+58+206=328 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.51% from 328); Green value is 58 (23.05% from 255 or 17.68% from 328); Blue value is 206 (80.86% from 255 or 62.80% from 328); Max value from RGB is 206 - color contains mainly: blue. Hex color #403ACE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #403ACE is #BFC531. Grayscale: #4C4C4C. Windows color (decimal): -12567858 or 13515328. OLE color: 13515328.
HSL color Cylindrical-coordinate representation of color #403ACE: hue angle of 242.43º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #403ACE is Cyan = 0.69, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 58 | 206 | - |
| CMYK | 0.69 | 0.72 | 0 | 0.19 |
| HSL | 242.43º | 0.6% | 0.52% | - |
| HSV(B) | 242.43º | 0.72% | 0.81% | - |
| XYZ | 14.77 | 8.57 | 59.27 | - |
| YUV | 76.67 | 200.99 | 118.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 58 | 206 | 0.69 | 0.72 | 0 | 0.19 | 242.43 | 0.6 | 0.52 |
| Hex | 40 | 3A | CE | 45 | 48 | 0 | 13 | F2 | 3C | 34 |
| Octal | 100 | 72 | 316 | 105 | 110 | 0 | 23 | 362 | 74 | 64 |
| Binary | 1000000 | 111010 | 11001110 | 1000101 | 1001000 | 0 | 10011 | 11110010 | 111100 | 110100 |
Color Harmonies of #403ACE
Complementary color
Monochromatic Colors of #403ACE
Black with #403ACE
Text Example
Text Example
White with #403ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403ACE; }
p { color: rgb(64,58,206); }
H1.HeaderClassName
{
color: #403ACE;
}
.AnyTagClassName
{
color: #403ACE;
}
</style>
background-color css
<style>
a { background-color: #403ACE; }
a { background-color: rgb(64,58,206); }
div.DivClassName
{
background-color: #403ACE;
}
.BgClassName
{
background-color: #403ACE;
}
</style>
border-color css
<style>
span { border-color: #403ACE; }
span { border-color: rgb(64,58,206); }
td.TdClassName
{
border-color: #403ACE;
}
.TagClassName
{
border-color: #403ACE;
}
</style>