Shades of Free Speech Blue #403AB2
Tints of Free Speech Blue #403AB2
RGB
CMYK
RGB Variations
Color information
#403AB2 (or 0x403AB2) is known color: Free Speech Blue. HEX triplet: 40, 3A and B2. RGB value is (64,58,178). Sum of RGB (Red+Green+Blue) = 64+58+178=300 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.33% from 300); Green value is 58 (23.05% from 255 or 19.33% from 300); Blue value is 178 (69.92% from 255 or 59.33% from 300); Max value from RGB is 178 - color contains mainly: blue. Hex color #403AB2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403AB2 is #BFC54D. Grayscale: #494949. Windows color (decimal): -12567886 or 11680320. OLE color: 11680320.
HSL color Cylindrical-coordinate representation of color #403AB2: hue angle of 243º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #403AB2 is Cyan = 0.64, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 64 | 58 | 178 | - |
| CMYK | 0.64 | 0.67 | 0 | 0.30 |
| HSL | 243º | 0.51% | 0.46% | - |
| HSV(B) | 243º | 0.67% | 0.7% | - |
| XYZ | 11.66 | 7.33 | 42.92 | - |
| YUV | 73.47 | 186.99 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 58 | 178 | 0.64 | 0.67 | 0 | 0.30 | 243 | 0.51 | 0.46 |
| Hex | 40 | 3A | B2 | 40 | 43 | 0 | 1E | F3 | 33 | 2E |
| Octal | 100 | 72 | 262 | 100 | 103 | 0 | 36 | 363 | 63 | 56 |
| Binary | 1000000 | 111010 | 10110010 | 1000000 | 1000011 | 0 | 11110 | 11110011 | 110011 | 101110 |
Color Harmonies of #403AB2
Complementary color
Monochromatic Colors of #403AB2
Black with #403AB2
Text Example
Text Example
White with #403AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403AB2; }
p { color: rgb(64,58,178); }
H1.HeaderClassName
{
color: #403AB2;
}
.AnyTagClassName
{
color: #403AB2;
}
</style>
background-color css
<style>
a { background-color: #403AB2; }
a { background-color: rgb(64,58,178); }
div.DivClassName
{
background-color: #403AB2;
}
.BgClassName
{
background-color: #403AB2;
}
</style>
border-color css
<style>
span { border-color: #403AB2; }
span { border-color: rgb(64,58,178); }
td.TdClassName
{
border-color: #403AB2;
}
.TagClassName
{
border-color: #403AB2;
}
</style>