Shades of Free Speech Blue #403FCF
Tints of Free Speech Blue #403FCF
RGB
CMYK
RGB Variations
Color information
#403FCF (or 0x403FCF) is known color: Free Speech Blue. HEX triplet: 40, 3F and CF. RGB value is (64,63,207). Sum of RGB (Red+Green+Blue) = 64+63+207=334 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.16% from 334); Green value is 63 (25% from 255 or 18.86% from 334); Blue value is 207 (81.25% from 255 or 61.98% from 334); Max value from RGB is 207 - color contains mainly: blue. Hex color #403FCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #403FCF is #BFC030. Grayscale: #4F4F4F. Windows color (decimal): -12566577 or 13582144. OLE color: 13582144.
HSL color Cylindrical-coordinate representation of color #403FCF: hue angle of 240.42º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #403FCF is Cyan = 0.69, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 63 | 207 | - |
| CMYK | 0.69 | 0.70 | 0 | 0.19 |
| HSL | 240.42º | 0.6% | 0.53% | - |
| HSV(B) | 240.42º | 0.7% | 0.81% | - |
| XYZ | 15.15 | 9.15 | 60 | - |
| YUV | 79.72 | 199.83 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 63 | 207 | 0.69 | 0.70 | 0 | 0.19 | 240.42 | 0.6 | 0.53 |
| Hex | 40 | 3F | CF | 45 | 46 | 0 | 13 | F0 | 3C | 35 |
| Octal | 100 | 77 | 317 | 105 | 106 | 0 | 23 | 360 | 74 | 65 |
| Binary | 1000000 | 111111 | 11001111 | 1000101 | 1000110 | 0 | 10011 | 11110000 | 111100 | 110101 |
Color Harmonies of #403FCF
Complementary color
Monochromatic Colors of #403FCF
Black with #403FCF
Text Example
Text Example
White with #403FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403FCF; }
p { color: rgb(64,63,207); }
H1.HeaderClassName
{
color: #403FCF;
}
.AnyTagClassName
{
color: #403FCF;
}
</style>
background-color css
<style>
a { background-color: #403FCF; }
a { background-color: rgb(64,63,207); }
div.DivClassName
{
background-color: #403FCF;
}
.BgClassName
{
background-color: #403FCF;
}
</style>
border-color css
<style>
span { border-color: #403FCF; }
span { border-color: rgb(64,63,207); }
td.TdClassName
{
border-color: #403FCF;
}
.TagClassName
{
border-color: #403FCF;
}
</style>