Shades of Free Speech Blue #3F40CB
Tints of Free Speech Blue #3F40CB
RGB
CMYK
RGB Variations
Color information
#3F40CB (or 0x3F40CB) is known color: Free Speech Blue. HEX triplet: 3F, 40 and CB. RGB value is (63,64,203). Sum of RGB (Red+Green+Blue) = 63+64+203=330 (43% of max value = 765). Red value is 63 (25% from 255 or 19.09% from 330); Green value is 64 (25.39% from 255 or 19.39% 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 #3F40CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F40CB is #C0BF34. Grayscale: #4E4E4E. Windows color (decimal): -12631861 or 13320255. OLE color: 13320255.
HSL color Cylindrical-coordinate representation of color #3F40CB: hue angle of 239.57º 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 #3F40CB is Cyan = 0.69, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 63 | 64 | 203 | - |
| CMYK | 0.69 | 0.68 | 0 | 0.20 |
| HSL | 239.57º | 0.57% | 0.52% | - |
| HSV(B) | 239.57º | 0.69% | 0.8% | - |
| XYZ | 14.66 | 9.04 | 57.47 | - |
| YUV | 79.55 | 197.67 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 64 | 203 | 0.69 | 0.68 | 0 | 0.20 | 239.57 | 0.57 | 0.52 |
| Hex | 3F | 40 | CB | 45 | 44 | 0 | 14 | F0 | 39 | 34 |
| Octal | 77 | 100 | 313 | 105 | 104 | 0 | 24 | 360 | 71 | 64 |
| Binary | 111111 | 1000000 | 11001011 | 1000101 | 1000100 | 0 | 10100 | 11110000 | 111001 | 110100 |
Color Harmonies of #3F40CB
Complementary color
Monochromatic Colors of #3F40CB
Black with #3F40CB
Text Example
Text Example
White with #3F40CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F40CB; }
p { color: rgb(63,64,203); }
H1.HeaderClassName
{
color: #3F40CB;
}
.AnyTagClassName
{
color: #3F40CB;
}
</style>
background-color css
<style>
a { background-color: #3F40CB; }
a { background-color: rgb(63,64,203); }
div.DivClassName
{
background-color: #3F40CB;
}
.BgClassName
{
background-color: #3F40CB;
}
</style>
border-color css
<style>
span { border-color: #3F40CB; }
span { border-color: rgb(63,64,203); }
td.TdClassName
{
border-color: #3F40CB;
}
.TagClassName
{
border-color: #3F40CB;
}
</style>