Shades of Free Speech Blue #3E40CB
Tints of Free Speech Blue #3E40CB
RGB
CMYK
RGB Variations
Color information
#3E40CB (or 0x3E40CB) is known color: Free Speech Blue. HEX triplet: 3E, 40 and CB. RGB value is (62,64,203). Sum of RGB (Red+Green+Blue) = 62+64+203=329 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.84% from 329); Green value is 64 (25.39% from 255 or 19.45% from 329); Blue value is 203 (79.69% from 255 or 61.70% from 329); Max value from RGB is 203 - color contains mainly: blue. Hex color #3E40CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E40CB is #C1BF34. Grayscale: #4E4E4E. Windows color (decimal): -12697397 or 13320254. OLE color: 13320254.
HSL color Cylindrical-coordinate representation of color #3E40CB: hue angle of 239.15º degrees, saturation: 0.58, 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 #3E40CB is Cyan = 0.69, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 62 | 64 | 203 | - |
| CMYK | 0.69 | 0.68 | 0 | 0.20 |
| HSL | 239.15º | 0.58% | 0.52% | - |
| HSV(B) | 239.15º | 0.69% | 0.8% | - |
| XYZ | 14.6 | 9 | 57.47 | - |
| YUV | 79.25 | 197.84 | 115.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 64 | 203 | 0.69 | 0.68 | 0 | 0.20 | 239.15 | 0.58 | 0.52 |
| Hex | 3E | 40 | CB | 45 | 44 | 0 | 14 | EF | 3A | 34 |
| Octal | 76 | 100 | 313 | 105 | 104 | 0 | 24 | 357 | 72 | 64 |
| Binary | 111110 | 1000000 | 11001011 | 1000101 | 1000100 | 0 | 10100 | 11101111 | 111010 | 110100 |
Color Harmonies of #3E40CB
Complementary color
Monochromatic Colors of #3E40CB
Black with #3E40CB
Text Example
Text Example
White with #3E40CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E40CB; }
p { color: rgb(62,64,203); }
H1.HeaderClassName
{
color: #3E40CB;
}
.AnyTagClassName
{
color: #3E40CB;
}
</style>
background-color css
<style>
a { background-color: #3E40CB; }
a { background-color: rgb(62,64,203); }
div.DivClassName
{
background-color: #3E40CB;
}
.BgClassName
{
background-color: #3E40CB;
}
</style>
border-color css
<style>
span { border-color: #3E40CB; }
span { border-color: rgb(62,64,203); }
td.TdClassName
{
border-color: #3E40CB;
}
.TagClassName
{
border-color: #3E40CB;
}
</style>