Shades of Free Speech Blue #393EC2
Tints of Free Speech Blue #393EC2
RGB
CMYK
RGB Variations
Color information
#393EC2 (or 0x393EC2) is known color: Free Speech Blue. HEX triplet: 39, 3E and C2. RGB value is (57,62,194). Sum of RGB (Red+Green+Blue) = 57+62+194=313 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.21% from 313); Green value is 62 (24.61% from 255 or 19.81% from 313); Blue value is 194 (76.17% from 255 or 61.98% from 313); Max value from RGB is 194 - color contains mainly: blue. Hex color #393EC2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #393EC2 is #C6C13D. Grayscale: #4B4B4B. Windows color (decimal): -13025598 or 12729913. OLE color: 12729913.
HSL color Cylindrical-coordinate representation of color #393EC2: hue angle of 237.81º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #393EC2 is Cyan = 0.71, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 57 | 62 | 194 | - |
| CMYK | 0.71 | 0.68 | 0 | 0.24 |
| HSL | 237.81º | 0.55% | 0.49% | - |
| HSV(B) | 237.81º | 0.71% | 0.76% | - |
| XYZ | 13.15 | 8.21 | 51.93 | - |
| YUV | 75.55 | 194.84 | 114.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 62 | 194 | 0.71 | 0.68 | 0 | 0.24 | 237.81 | 0.55 | 0.49 |
| Hex | 39 | 3E | C2 | 47 | 44 | 0 | 18 | EE | 37 | 31 |
| Octal | 71 | 76 | 302 | 107 | 104 | 0 | 30 | 356 | 67 | 61 |
| Binary | 111001 | 111110 | 11000010 | 1000111 | 1000100 | 0 | 11000 | 11101110 | 110111 | 110001 |
Color Harmonies of #393EC2
Complementary color
Monochromatic Colors of #393EC2
Black with #393EC2
Text Example
Text Example
White with #393EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393EC2; }
p { color: rgb(57,62,194); }
H1.HeaderClassName
{
color: #393EC2;
}
.AnyTagClassName
{
color: #393EC2;
}
</style>
background-color css
<style>
a { background-color: #393EC2; }
a { background-color: rgb(57,62,194); }
div.DivClassName
{
background-color: #393EC2;
}
.BgClassName
{
background-color: #393EC2;
}
</style>
border-color css
<style>
span { border-color: #393EC2; }
span { border-color: rgb(57,62,194); }
td.TdClassName
{
border-color: #393EC2;
}
.TagClassName
{
border-color: #393EC2;
}
</style>