Shades of Free Speech Blue #403DBB
Tints of Free Speech Blue #403DBB
RGB
CMYK
RGB Variations
Color information
#403DBB (or 0x403DBB) is known color: Free Speech Blue. HEX triplet: 40, 3D and BB. RGB value is (64,61,187). Sum of RGB (Red+Green+Blue) = 64+61+187=312 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.51% from 312); Green value is 61 (24.22% from 255 or 19.55% from 312); Blue value is 187 (73.44% from 255 or 59.94% from 312); Max value from RGB is 187 - color contains mainly: blue. Hex color #403DBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #403DBB is #BFC244. Grayscale: #4B4B4B. Windows color (decimal): -12567109 or 12270912. OLE color: 12270912.
HSL color Cylindrical-coordinate representation of color #403DBB: hue angle of 241.43º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #403DBB is Cyan = 0.66, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 61 | 187 | - |
| CMYK | 0.66 | 0.67 | 0 | 0.27 |
| HSL | 241.43º | 0.51% | 0.49% | - |
| HSV(B) | 241.43º | 0.67% | 0.73% | - |
| XYZ | 12.75 | 8.02 | 47.89 | - |
| YUV | 76.26 | 190.49 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 61 | 187 | 0.66 | 0.67 | 0 | 0.27 | 241.43 | 0.51 | 0.49 |
| Hex | 40 | 3D | BB | 42 | 43 | 0 | 1B | F1 | 33 | 31 |
| Octal | 100 | 75 | 273 | 102 | 103 | 0 | 33 | 361 | 63 | 61 |
| Binary | 1000000 | 111101 | 10111011 | 1000010 | 1000011 | 0 | 11011 | 11110001 | 110011 | 110001 |
Color Harmonies of #403DBB
Complementary color
Monochromatic Colors of #403DBB
Black with #403DBB
Text Example
Text Example
White with #403DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403DBB; }
p { color: rgb(64,61,187); }
H1.HeaderClassName
{
color: #403DBB;
}
.AnyTagClassName
{
color: #403DBB;
}
</style>
background-color css
<style>
a { background-color: #403DBB; }
a { background-color: rgb(64,61,187); }
div.DivClassName
{
background-color: #403DBB;
}
.BgClassName
{
background-color: #403DBB;
}
</style>
border-color css
<style>
span { border-color: #403DBB; }
span { border-color: rgb(64,61,187); }
td.TdClassName
{
border-color: #403DBB;
}
.TagClassName
{
border-color: #403DBB;
}
</style>