Shades of Free Speech Blue #403CC0
Tints of Free Speech Blue #403CC0
RGB
CMYK
RGB Variations
Color information
#403CC0 (or 0x403CC0) is known color: Free Speech Blue. HEX triplet: 40, 3C and C0. RGB value is (64,60,192). Sum of RGB (Red+Green+Blue) = 64+60+192=316 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.25% from 316); Green value is 60 (23.83% from 255 or 18.99% from 316); Blue value is 192 (75.39% from 255 or 60.76% from 316); Max value from RGB is 192 - color contains mainly: blue. Hex color #403CC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #403CC0 is #BFC33F. Grayscale: #4B4B4B. Windows color (decimal): -12567360 or 12598336. OLE color: 12598336.
HSL color Cylindrical-coordinate representation of color #403CC0: hue angle of 241.82º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #403CC0 is Cyan = 0.67, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 60 | 192 | - |
| CMYK | 0.67 | 0.69 | 0 | 0.25 |
| HSL | 241.82º | 0.52% | 0.49% | - |
| HSV(B) | 241.82º | 0.69% | 0.75% | - |
| XYZ | 13.24 | 8.13 | 50.74 | - |
| YUV | 76.24 | 193.33 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 60 | 192 | 0.67 | 0.69 | 0 | 0.25 | 241.82 | 0.52 | 0.49 |
| Hex | 40 | 3C | C0 | 43 | 45 | 0 | 19 | F2 | 34 | 31 |
| Octal | 100 | 74 | 300 | 103 | 105 | 0 | 31 | 362 | 64 | 61 |
| Binary | 1000000 | 111100 | 11000000 | 1000011 | 1000101 | 0 | 11001 | 11110010 | 110100 | 110001 |
Color Harmonies of #403CC0
Complementary color
Monochromatic Colors of #403CC0
Black with #403CC0
Text Example
Text Example
White with #403CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403CC0; }
p { color: rgb(64,60,192); }
H1.HeaderClassName
{
color: #403CC0;
}
.AnyTagClassName
{
color: #403CC0;
}
</style>
background-color css
<style>
a { background-color: #403CC0; }
a { background-color: rgb(64,60,192); }
div.DivClassName
{
background-color: #403CC0;
}
.BgClassName
{
background-color: #403CC0;
}
</style>
border-color css
<style>
span { border-color: #403CC0; }
span { border-color: rgb(64,60,192); }
td.TdClassName
{
border-color: #403CC0;
}
.TagClassName
{
border-color: #403CC0;
}
</style>