Shades of Free Speech Blue #3E48CF
Tints of Free Speech Blue #3E48CF
RGB
CMYK
RGB Variations
Color information
#3E48CF (or 0x3E48CF) is known color: Free Speech Blue. HEX triplet: 3E, 48 and CF. RGB value is (62,72,207). Sum of RGB (Red+Green+Blue) = 62+72+207=341 (45% of max value = 765). Red value is 62 (24.61% from 255 or 18.18% from 341); Green value is 72 (28.52% from 255 or 21.11% from 341); Blue value is 207 (81.25% from 255 or 60.70% from 341); Max value from RGB is 207 - color contains mainly: blue. Hex color #3E48CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E48CF is #C1B730. Grayscale: #535353. Windows color (decimal): -12695345 or 13584446. OLE color: 13584446.
HSL color Cylindrical-coordinate representation of color #3E48CF: hue angle of 235.86º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3E48CF is Cyan = 0.70, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 62 | 72 | 207 | - |
| CMYK | 0.70 | 0.65 | 0 | 0.19 |
| HSL | 235.86º | 0.6% | 0.53% | - |
| HSV(B) | 235.86º | 0.7% | 0.81% | - |
| XYZ | 15.57 | 10.16 | 60.17 | - |
| YUV | 84.4 | 197.19 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 72 | 207 | 0.70 | 0.65 | 0 | 0.19 | 235.86 | 0.6 | 0.53 |
| Hex | 3E | 48 | CF | 46 | 41 | 0 | 13 | EC | 3C | 35 |
| Octal | 76 | 110 | 317 | 106 | 101 | 0 | 23 | 354 | 74 | 65 |
| Binary | 111110 | 1001000 | 11001111 | 1000110 | 1000001 | 0 | 10011 | 11101100 | 111100 | 110101 |
Color Harmonies of #3E48CF
Complementary color
Monochromatic Colors of #3E48CF
Black with #3E48CF
Text Example
Text Example
White with #3E48CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E48CF; }
p { color: rgb(62,72,207); }
H1.HeaderClassName
{
color: #3E48CF;
}
.AnyTagClassName
{
color: #3E48CF;
}
</style>
background-color css
<style>
a { background-color: #3E48CF; }
a { background-color: rgb(62,72,207); }
div.DivClassName
{
background-color: #3E48CF;
}
.BgClassName
{
background-color: #3E48CF;
}
</style>
border-color css
<style>
span { border-color: #3E48CF; }
span { border-color: rgb(62,72,207); }
td.TdClassName
{
border-color: #3E48CF;
}
.TagClassName
{
border-color: #3E48CF;
}
</style>