Shades of Free Speech Blue #403FCB
Tints of Free Speech Blue #403FCB
RGB
CMYK
RGB Variations
Color information
#403FCB (or 0x403FCB) is known color: Free Speech Blue. HEX triplet: 40, 3F and CB. RGB value is (64,63,203). Sum of RGB (Red+Green+Blue) = 64+63+203=330 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.39% from 330); Green value is 63 (25% from 255 or 19.09% from 330); Blue value is 203 (79.69% from 255 or 61.52% from 330); Max value from RGB is 203 - color contains mainly: blue. Hex color #403FCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #403FCB is #BFC034. Grayscale: #4E4E4E. Windows color (decimal): -12566581 or 13320000. OLE color: 13320000.
HSL color Cylindrical-coordinate representation of color #403FCB: hue angle of 240.43º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #403FCB is Cyan = 0.68, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 64 | 63 | 203 | - |
| CMYK | 0.68 | 0.69 | 0 | 0.20 |
| HSL | 240.43º | 0.57% | 0.52% | - |
| HSV(B) | 240.43º | 0.69% | 0.8% | - |
| XYZ | 14.67 | 8.96 | 57.46 | - |
| YUV | 79.26 | 197.83 | 117.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 63 | 203 | 0.68 | 0.69 | 0 | 0.20 | 240.43 | 0.57 | 0.52 |
| Hex | 40 | 3F | CB | 44 | 45 | 0 | 14 | F0 | 39 | 34 |
| Octal | 100 | 77 | 313 | 104 | 105 | 0 | 24 | 360 | 71 | 64 |
| Binary | 1000000 | 111111 | 11001011 | 1000100 | 1000101 | 0 | 10100 | 11110000 | 111001 | 110100 |
Color Harmonies of #403FCB
Complementary color
Monochromatic Colors of #403FCB
Black with #403FCB
Text Example
Text Example
White with #403FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403FCB; }
p { color: rgb(64,63,203); }
H1.HeaderClassName
{
color: #403FCB;
}
.AnyTagClassName
{
color: #403FCB;
}
</style>
background-color css
<style>
a { background-color: #403FCB; }
a { background-color: rgb(64,63,203); }
div.DivClassName
{
background-color: #403FCB;
}
.BgClassName
{
background-color: #403FCB;
}
</style>
border-color css
<style>
span { border-color: #403FCB; }
span { border-color: rgb(64,63,203); }
td.TdClassName
{
border-color: #403FCB;
}
.TagClassName
{
border-color: #403FCB;
}
</style>