Shades of Free Speech Blue #403BB3
Tints of Free Speech Blue #403BB3
RGB
CMYK
RGB Variations
Color information
#403BB3 (or 0x403BB3) is known color: Free Speech Blue. HEX triplet: 40, 3B and B3. RGB value is (64,59,179). Sum of RGB (Red+Green+Blue) = 64+59+179=302 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.19% from 302); Green value is 59 (23.44% from 255 or 19.54% from 302); Blue value is 179 (70.31% from 255 or 59.27% from 302); Max value from RGB is 179 - color contains mainly: blue. Hex color #403BB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #403BB3 is #BFC44C. Grayscale: #494949. Windows color (decimal): -12567629 or 11746112. OLE color: 11746112.
HSL color Cylindrical-coordinate representation of color #403BB3: hue angle of 242.5º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #403BB3 is Cyan = 0.64, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 64 | 59 | 179 | - |
| CMYK | 0.64 | 0.67 | 0 | 0.30 |
| HSL | 242.5º | 0.5% | 0.47% | - |
| HSV(B) | 242.5º | 0.67% | 0.7% | - |
| XYZ | 11.82 | 7.47 | 43.47 | - |
| YUV | 74.18 | 187.16 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 59 | 179 | 0.64 | 0.67 | 0 | 0.30 | 242.5 | 0.5 | 0.47 |
| Hex | 40 | 3B | B3 | 40 | 43 | 0 | 1E | F2 | 32 | 2F |
| Octal | 100 | 73 | 263 | 100 | 103 | 0 | 36 | 362 | 62 | 57 |
| Binary | 1000000 | 111011 | 10110011 | 1000000 | 1000011 | 0 | 11110 | 11110010 | 110010 | 101111 |
Color Harmonies of #403BB3
Complementary color
Monochromatic Colors of #403BB3
Black with #403BB3
Text Example
Text Example
White with #403BB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403BB3; }
p { color: rgb(64,59,179); }
H1.HeaderClassName
{
color: #403BB3;
}
.AnyTagClassName
{
color: #403BB3;
}
</style>
background-color css
<style>
a { background-color: #403BB3; }
a { background-color: rgb(64,59,179); }
div.DivClassName
{
background-color: #403BB3;
}
.BgClassName
{
background-color: #403BB3;
}
</style>
border-color css
<style>
span { border-color: #403BB3; }
span { border-color: rgb(64,59,179); }
td.TdClassName
{
border-color: #403BB3;
}
.TagClassName
{
border-color: #403BB3;
}
</style>