Shades of Free Speech Blue #3E5CB3
Tints of Free Speech Blue #3E5CB3
RGB
CMYK
RGB Variations
Color information
#3E5CB3 (or 0x3E5CB3) is known color: Free Speech Blue. HEX triplet: 3E, 5C and B3. RGB value is (62,92,179). Sum of RGB (Red+Green+Blue) = 62+92+179=333 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.62% from 333); Green value is 92 (36.33% from 255 or 27.63% from 333); Blue value is 179 (70.31% from 255 or 53.75% from 333); Max value from RGB is 179 - color contains mainly: blue. Hex color #3E5CB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E5CB3 is #C1A34C. Grayscale: #5C5C5C. Windows color (decimal): -12690253 or 11754558. OLE color: 11754558.
HSL color Cylindrical-coordinate representation of color #3E5CB3: hue angle of 224.62º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3E5CB3 is Cyan = 0.65, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 62 | 92 | 179 | - |
| CMYK | 0.65 | 0.49 | 0 | 0.30 |
| HSL | 224.62º | 0.49% | 0.47% | - |
| HSV(B) | 224.62º | 0.65% | 0.7% | - |
| XYZ | 13.95 | 11.93 | 44.22 | - |
| YUV | 92.95 | 176.56 | 105.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 92 | 179 | 0.65 | 0.49 | 0 | 0.30 | 224.62 | 0.49 | 0.47 |
| Hex | 3E | 5C | B3 | 41 | 31 | 0 | 1E | E1 | 31 | 2F |
| Octal | 76 | 134 | 263 | 101 | 61 | 0 | 36 | 341 | 61 | 57 |
| Binary | 111110 | 1011100 | 10110011 | 1000001 | 110001 | 0 | 11110 | 11100001 | 110001 | 101111 |
Color Harmonies of #3E5CB3
Complementary color
Monochromatic Colors of #3E5CB3
Black with #3E5CB3
Text Example
Text Example
White with #3E5CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5CB3; }
p { color: rgb(62,92,179); }
H1.HeaderClassName
{
color: #3E5CB3;
}
.AnyTagClassName
{
color: #3E5CB3;
}
</style>
background-color css
<style>
a { background-color: #3E5CB3; }
a { background-color: rgb(62,92,179); }
div.DivClassName
{
background-color: #3E5CB3;
}
.BgClassName
{
background-color: #3E5CB3;
}
</style>
border-color css
<style>
span { border-color: #3E5CB3; }
span { border-color: rgb(62,92,179); }
td.TdClassName
{
border-color: #3E5CB3;
}
.TagClassName
{
border-color: #3E5CB3;
}
</style>