Shades of Free Speech Blue #403BC2
Tints of Free Speech Blue #403BC2
RGB
CMYK
RGB Variations
Color information
#403BC2 (or 0x403BC2) is known color: Free Speech Blue. HEX triplet: 40, 3B and C2. RGB value is (64,59,194). Sum of RGB (Red+Green+Blue) = 64+59+194=317 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.19% from 317); Green value is 59 (23.44% from 255 or 18.61% from 317); Blue value is 194 (76.17% from 255 or 61.20% from 317); Max value from RGB is 194 - color contains mainly: blue. Hex color #403BC2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #403BC2 is #BFC43D. Grayscale: #4B4B4B. Windows color (decimal): -12567614 or 12729152. OLE color: 12729152.
HSL color Cylindrical-coordinate representation of color #403BC2: hue angle of 242.22º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #403BC2 is Cyan = 0.67, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 64 | 59 | 194 | - |
| CMYK | 0.67 | 0.70 | 0 | 0.24 |
| HSL | 242.22º | 0.53% | 0.5% | - |
| HSV(B) | 242.22º | 0.7% | 0.76% | - |
| XYZ | 13.42 | 8.11 | 51.9 | - |
| YUV | 75.89 | 194.66 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 59 | 194 | 0.67 | 0.70 | 0 | 0.24 | 242.22 | 0.53 | 0.5 |
| Hex | 40 | 3B | C2 | 43 | 46 | 0 | 18 | F2 | 35 | 32 |
| Octal | 100 | 73 | 302 | 103 | 106 | 0 | 30 | 362 | 65 | 62 |
| Binary | 1000000 | 111011 | 11000010 | 1000011 | 1000110 | 0 | 11000 | 11110010 | 110101 | 110010 |
Color Harmonies of #403BC2
Complementary color
Monochromatic Colors of #403BC2
Black with #403BC2
Text Example
Text Example
White with #403BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403BC2; }
p { color: rgb(64,59,194); }
H1.HeaderClassName
{
color: #403BC2;
}
.AnyTagClassName
{
color: #403BC2;
}
</style>
background-color css
<style>
a { background-color: #403BC2; }
a { background-color: rgb(64,59,194); }
div.DivClassName
{
background-color: #403BC2;
}
.BgClassName
{
background-color: #403BC2;
}
</style>
border-color css
<style>
span { border-color: #403BC2; }
span { border-color: rgb(64,59,194); }
td.TdClassName
{
border-color: #403BC2;
}
.TagClassName
{
border-color: #403BC2;
}
</style>