Shades of Free Speech Blue #3E64CB
Tints of Free Speech Blue #3E64CB
RGB
CMYK
RGB Variations
Color information
#3E64CB (or 0x3E64CB) is known color: Free Speech Blue. HEX triplet: 3E, 64 and CB. RGB value is (62,100,203). Sum of RGB (Red+Green+Blue) = 62+100+203=365 (48% of max value = 765). Red value is 62 (24.61% from 255 or 16.99% from 365); Green value is 100 (39.45% from 255 or 27.40% from 365); Blue value is 203 (79.69% from 255 or 55.62% from 365); Max value from RGB is 203 - color contains mainly: blue. Hex color #3E64CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E64CB is #C19B34. Grayscale: #636363. Windows color (decimal): -12688181 or 13329470. OLE color: 13329470.
HSL color Cylindrical-coordinate representation of color #3E64CB: hue angle of 223.83º 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 #3E64CB is Cyan = 0.69, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 62 | 100 | 203 | - |
| CMYK | 0.69 | 0.51 | 0 | 0.20 |
| HSL | 223.83º | 0.58% | 0.52% | - |
| HSV(B) | 223.83º | 0.69% | 0.8% | - |
| XYZ | 17.32 | 14.45 | 58.38 | - |
| YUV | 100.38 | 185.91 | 100.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 100 | 203 | 0.69 | 0.51 | 0 | 0.20 | 223.83 | 0.58 | 0.52 |
| Hex | 3E | 64 | CB | 45 | 33 | 0 | 14 | E0 | 3A | 34 |
| Octal | 76 | 144 | 313 | 105 | 63 | 0 | 24 | 340 | 72 | 64 |
| Binary | 111110 | 1100100 | 11001011 | 1000101 | 110011 | 0 | 10100 | 11100000 | 111010 | 110100 |
Color Harmonies of #3E64CB
Complementary color
Monochromatic Colors of #3E64CB
Black with #3E64CB
Text Example
Text Example
White with #3E64CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E64CB; }
p { color: rgb(62,100,203); }
H1.HeaderClassName
{
color: #3E64CB;
}
.AnyTagClassName
{
color: #3E64CB;
}
</style>
background-color css
<style>
a { background-color: #3E64CB; }
a { background-color: rgb(62,100,203); }
div.DivClassName
{
background-color: #3E64CB;
}
.BgClassName
{
background-color: #3E64CB;
}
</style>
border-color css
<style>
span { border-color: #3E64CB; }
span { border-color: rgb(62,100,203); }
td.TdClassName
{
border-color: #3E64CB;
}
.TagClassName
{
border-color: #3E64CB;
}
</style>