Shades of Free Speech Blue #403ABE
Tints of Free Speech Blue #403ABE
RGB
CMYK
RGB Variations
Color information
#403ABE (or 0x403ABE) is known color: Free Speech Blue. HEX triplet: 40, 3A and BE. RGB value is (64,58,190). Sum of RGB (Red+Green+Blue) = 64+58+190=312 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.51% from 312); Green value is 58 (23.05% from 255 or 18.59% from 312); Blue value is 190 (74.61% from 255 or 60.90% from 312); Max value from RGB is 190 - color contains mainly: blue. Hex color #403ABE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #403ABE is #BFC541. Grayscale: #4A4A4A. Windows color (decimal): -12567874 or 12466752. OLE color: 12466752.
HSL color Cylindrical-coordinate representation of color #403ABE: hue angle of 242.73º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #403ABE is Cyan = 0.66, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 58 | 190 | - |
| CMYK | 0.66 | 0.69 | 0 | 0.25 |
| HSL | 242.73º | 0.53% | 0.49% | - |
| HSV(B) | 242.73º | 0.69% | 0.75% | - |
| XYZ | 12.92 | 7.83 | 49.55 | - |
| YUV | 74.84 | 192.99 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 58 | 190 | 0.66 | 0.69 | 0 | 0.25 | 242.73 | 0.53 | 0.49 |
| Hex | 40 | 3A | BE | 42 | 45 | 0 | 19 | F3 | 35 | 31 |
| Octal | 100 | 72 | 276 | 102 | 105 | 0 | 31 | 363 | 65 | 61 |
| Binary | 1000000 | 111010 | 10111110 | 1000010 | 1000101 | 0 | 11001 | 11110011 | 110101 | 110001 |
Color Harmonies of #403ABE
Complementary color
Monochromatic Colors of #403ABE
Black with #403ABE
Text Example
Text Example
White with #403ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403ABE; }
p { color: rgb(64,58,190); }
H1.HeaderClassName
{
color: #403ABE;
}
.AnyTagClassName
{
color: #403ABE;
}
</style>
background-color css
<style>
a { background-color: #403ABE; }
a { background-color: rgb(64,58,190); }
div.DivClassName
{
background-color: #403ABE;
}
.BgClassName
{
background-color: #403ABE;
}
</style>
border-color css
<style>
span { border-color: #403ABE; }
span { border-color: rgb(64,58,190); }
td.TdClassName
{
border-color: #403ABE;
}
.TagClassName
{
border-color: #403ABE;
}
</style>