Shades of Free Speech Blue #3E45CF
Tints of Free Speech Blue #3E45CF
RGB
CMYK
RGB Variations
Color information
#3E45CF (or 0x3E45CF) is known color: Free Speech Blue. HEX triplet: 3E, 45 and CF. RGB value is (62,69,207). Sum of RGB (Red+Green+Blue) = 62+69+207=338 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.34% from 338); Green value is 69 (27.34% from 255 or 20.41% from 338); Blue value is 207 (81.25% from 255 or 61.24% from 338); Max value from RGB is 207 - color contains mainly: blue. Hex color #3E45CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E45CF is #C1BA30. Grayscale: #525252. Windows color (decimal): -12696113 or 13583678. OLE color: 13583678.
HSL color Cylindrical-coordinate representation of color #3E45CF: hue angle of 237.1º 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 #3E45CF is Cyan = 0.70, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 62 | 69 | 207 | - |
| CMYK | 0.70 | 0.67 | 0 | 0.19 |
| HSL | 237.1º | 0.6% | 0.53% | - |
| HSV(B) | 237.1º | 0.7% | 0.81% | - |
| XYZ | 15.38 | 9.79 | 60.11 | - |
| YUV | 82.64 | 198.18 | 113.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 69 | 207 | 0.70 | 0.67 | 0 | 0.19 | 237.1 | 0.6 | 0.53 |
| Hex | 3E | 45 | CF | 46 | 43 | 0 | 13 | ED | 3C | 35 |
| Octal | 76 | 105 | 317 | 106 | 103 | 0 | 23 | 355 | 74 | 65 |
| Binary | 111110 | 1000101 | 11001111 | 1000110 | 1000011 | 0 | 10011 | 11101101 | 111100 | 110101 |
Color Harmonies of #3E45CF
Complementary color
Monochromatic Colors of #3E45CF
Black with #3E45CF
Text Example
Text Example
White with #3E45CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E45CF; }
p { color: rgb(62,69,207); }
H1.HeaderClassName
{
color: #3E45CF;
}
.AnyTagClassName
{
color: #3E45CF;
}
</style>
background-color css
<style>
a { background-color: #3E45CF; }
a { background-color: rgb(62,69,207); }
div.DivClassName
{
background-color: #3E45CF;
}
.BgClassName
{
background-color: #3E45CF;
}
</style>
border-color css
<style>
span { border-color: #3E45CF; }
span { border-color: rgb(62,69,207); }
td.TdClassName
{
border-color: #3E45CF;
}
.TagClassName
{
border-color: #3E45CF;
}
</style>