Shades of Free Speech Blue #3E44CF
Tints of Free Speech Blue #3E44CF
RGB
CMYK
RGB Variations
Color information
#3E44CF (or 0x3E44CF) is known color: Free Speech Blue. HEX triplet: 3E, 44 and CF. RGB value is (62,68,207). Sum of RGB (Red+Green+Blue) = 62+68+207=337 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.40% from 337); Green value is 68 (26.95% from 255 or 20.18% from 337); Blue value is 207 (81.25% from 255 or 61.42% from 337); Max value from RGB is 207 - color contains mainly: blue. Hex color #3E44CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E44CF is #C1BB30. Grayscale: #515151. Windows color (decimal): -12696369 or 13583422. OLE color: 13583422.
HSL color Cylindrical-coordinate representation of color #3E44CF: hue angle of 237.52º 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 #3E44CF is Cyan = 0.70, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 62 | 68 | 207 | - |
| CMYK | 0.70 | 0.67 | 0 | 0.19 |
| HSL | 237.52º | 0.6% | 0.53% | - |
| HSV(B) | 237.52º | 0.7% | 0.81% | - |
| XYZ | 15.32 | 9.66 | 60.09 | - |
| YUV | 82.05 | 198.51 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 68 | 207 | 0.70 | 0.67 | 0 | 0.19 | 237.52 | 0.6 | 0.53 |
| Hex | 3E | 44 | CF | 46 | 43 | 0 | 13 | EE | 3C | 35 |
| Octal | 76 | 104 | 317 | 106 | 103 | 0 | 23 | 356 | 74 | 65 |
| Binary | 111110 | 1000100 | 11001111 | 1000110 | 1000011 | 0 | 10011 | 11101110 | 111100 | 110101 |
Color Harmonies of #3E44CF
Complementary color
Monochromatic Colors of #3E44CF
Black with #3E44CF
Text Example
Text Example
White with #3E44CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E44CF; }
p { color: rgb(62,68,207); }
H1.HeaderClassName
{
color: #3E44CF;
}
.AnyTagClassName
{
color: #3E44CF;
}
</style>
background-color css
<style>
a { background-color: #3E44CF; }
a { background-color: rgb(62,68,207); }
div.DivClassName
{
background-color: #3E44CF;
}
.BgClassName
{
background-color: #3E44CF;
}
</style>
border-color css
<style>
span { border-color: #3E44CF; }
span { border-color: rgb(62,68,207); }
td.TdClassName
{
border-color: #3E44CF;
}
.TagClassName
{
border-color: #3E44CF;
}
</style>