Shades of Free Speech Blue #3E45CE
Tints of Free Speech Blue #3E45CE
RGB
CMYK
RGB Variations
Color information
#3E45CE (or 0x3E45CE) is known color: Free Speech Blue. HEX triplet: 3E, 45 and CE. RGB value is (62,69,206). Sum of RGB (Red+Green+Blue) = 62+69+206=337 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.40% from 337); Green value is 69 (27.34% from 255 or 20.47% from 337); Blue value is 206 (80.86% from 255 or 61.13% from 337); Max value from RGB is 206 - color contains mainly: blue. Hex color #3E45CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E45CE is #C1BA31. Grayscale: #515151. Windows color (decimal): -12696114 or 13518142. OLE color: 13518142.
HSL color Cylindrical-coordinate representation of color #3E45CE: hue angle of 237.08º 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 #3E45CE is Cyan = 0.70, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 62 | 69 | 206 | - |
| CMYK | 0.70 | 0.67 | 0 | 0.19 |
| HSL | 237.08º | 0.6% | 0.53% | - |
| HSV(B) | 237.08º | 0.7% | 0.81% | - |
| XYZ | 15.26 | 9.74 | 59.47 | - |
| YUV | 82.53 | 197.68 | 113.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 69 | 206 | 0.70 | 0.67 | 0 | 0.19 | 237.08 | 0.6 | 0.53 |
| Hex | 3E | 45 | CE | 46 | 43 | 0 | 13 | ED | 3C | 35 |
| Octal | 76 | 105 | 316 | 106 | 103 | 0 | 23 | 355 | 74 | 65 |
| Binary | 111110 | 1000101 | 11001110 | 1000110 | 1000011 | 0 | 10011 | 11101101 | 111100 | 110101 |
Color Harmonies of #3E45CE
Complementary color
Monochromatic Colors of #3E45CE
Black with #3E45CE
Text Example
Text Example
White with #3E45CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E45CE; }
p { color: rgb(62,69,206); }
H1.HeaderClassName
{
color: #3E45CE;
}
.AnyTagClassName
{
color: #3E45CE;
}
</style>
background-color css
<style>
a { background-color: #3E45CE; }
a { background-color: rgb(62,69,206); }
div.DivClassName
{
background-color: #3E45CE;
}
.BgClassName
{
background-color: #3E45CE;
}
</style>
border-color css
<style>
span { border-color: #3E45CE; }
span { border-color: rgb(62,69,206); }
td.TdClassName
{
border-color: #3E45CE;
}
.TagClassName
{
border-color: #3E45CE;
}
</style>