Shades of Free Speech Blue #3E66CB
Tints of Free Speech Blue #3E66CB
RGB
CMYK
RGB Variations
Color information
#3E66CB (or 0x3E66CB) is known color: Free Speech Blue. HEX triplet: 3E, 66 and CB. RGB value is (62,102,203). Sum of RGB (Red+Green+Blue) = 62+102+203=367 (48% of max value = 765). Red value is 62 (24.61% from 255 or 16.89% from 367); Green value is 102 (40.23% from 255 or 27.79% from 367); Blue value is 203 (79.69% from 255 or 55.31% from 367); Max value from RGB is 203 - color contains mainly: blue. Hex color #3E66CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E66CB is #C19934. Grayscale: #656565. Windows color (decimal): -12687669 or 13329982. OLE color: 13329982.
HSL color Cylindrical-coordinate representation of color #3E66CB: hue angle of 222.98º 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 #3E66CB is Cyan = 0.69, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 62 | 102 | 203 | - |
| CMYK | 0.69 | 0.50 | 0 | 0.20 |
| HSL | 222.98º | 0.58% | 0.52% | - |
| HSV(B) | 222.98º | 0.69% | 0.8% | - |
| XYZ | 17.52 | 14.84 | 58.44 | - |
| YUV | 101.55 | 185.25 | 99.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 102 | 203 | 0.69 | 0.50 | 0 | 0.20 | 222.98 | 0.58 | 0.52 |
| Hex | 3E | 66 | CB | 45 | 32 | 0 | 14 | DF | 3A | 34 |
| Octal | 76 | 146 | 313 | 105 | 62 | 0 | 24 | 337 | 72 | 64 |
| Binary | 111110 | 1100110 | 11001011 | 1000101 | 110010 | 0 | 10100 | 11011111 | 111010 | 110100 |
Color Harmonies of #3E66CB
Complementary color
Monochromatic Colors of #3E66CB
Black with #3E66CB
Text Example
Text Example
White with #3E66CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E66CB; }
p { color: rgb(62,102,203); }
H1.HeaderClassName
{
color: #3E66CB;
}
.AnyTagClassName
{
color: #3E66CB;
}
</style>
background-color css
<style>
a { background-color: #3E66CB; }
a { background-color: rgb(62,102,203); }
div.DivClassName
{
background-color: #3E66CB;
}
.BgClassName
{
background-color: #3E66CB;
}
</style>
border-color css
<style>
span { border-color: #3E66CB; }
span { border-color: rgb(62,102,203); }
td.TdClassName
{
border-color: #3E66CB;
}
.TagClassName
{
border-color: #3E66CB;
}
</style>