Shades of Free Speech Blue #403BBD
Tints of Free Speech Blue #403BBD
RGB
CMYK
RGB Variations
Color information
#403BBD (or 0x403BBD) is known color: Free Speech Blue. HEX triplet: 40, 3B and BD. RGB value is (64,59,189). Sum of RGB (Red+Green+Blue) = 64+59+189=312 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.51% from 312); Green value is 59 (23.44% from 255 or 18.91% from 312); Blue value is 189 (74.22% from 255 or 60.58% from 312); Max value from RGB is 189 - color contains mainly: blue. Hex color #403BBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #403BBD is #BFC442. Grayscale: #4A4A4A. Windows color (decimal): -12567619 or 12401472. OLE color: 12401472.
HSL color Cylindrical-coordinate representation of color #403BBD: hue angle of 242.31º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #403BBD is Cyan = 0.66, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 59 | 189 | - |
| CMYK | 0.66 | 0.69 | 0 | 0.26 |
| HSL | 242.31º | 0.52% | 0.49% | - |
| HSV(B) | 242.31º | 0.69% | 0.74% | - |
| XYZ | 12.86 | 7.89 | 48.99 | - |
| YUV | 75.32 | 192.16 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 59 | 189 | 0.66 | 0.69 | 0 | 0.26 | 242.31 | 0.52 | 0.49 |
| Hex | 40 | 3B | BD | 42 | 45 | 0 | 1A | F2 | 34 | 31 |
| Octal | 100 | 73 | 275 | 102 | 105 | 0 | 32 | 362 | 64 | 61 |
| Binary | 1000000 | 111011 | 10111101 | 1000010 | 1000101 | 0 | 11010 | 11110010 | 110100 | 110001 |
Color Harmonies of #403BBD
Complementary color
Monochromatic Colors of #403BBD
Black with #403BBD
Text Example
Text Example
White with #403BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403BBD; }
p { color: rgb(64,59,189); }
H1.HeaderClassName
{
color: #403BBD;
}
.AnyTagClassName
{
color: #403BBD;
}
</style>
background-color css
<style>
a { background-color: #403BBD; }
a { background-color: rgb(64,59,189); }
div.DivClassName
{
background-color: #403BBD;
}
.BgClassName
{
background-color: #403BBD;
}
</style>
border-color css
<style>
span { border-color: #403BBD; }
span { border-color: rgb(64,59,189); }
td.TdClassName
{
border-color: #403BBD;
}
.TagClassName
{
border-color: #403BBD;
}
</style>