Shades of Free Speech Blue #384ECE
Tints of Free Speech Blue #384ECE
RGB
CMYK
RGB Variations
Color information
#384ECE (or 0x384ECE) is known color: Free Speech Blue. HEX triplet: 38, 4E and CE. RGB value is (56,78,206). Sum of RGB (Red+Green+Blue) = 56+78+206=340 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.47% from 340); Green value is 78 (30.86% from 255 or 22.94% from 340); Blue value is 206 (80.86% from 255 or 60.59% from 340); Max value from RGB is 206 - color contains mainly: blue. Hex color #384ECE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #384ECE is #C7B131. Grayscale: #555555. Windows color (decimal): -13087026 or 13520440. OLE color: 13520440.
HSL color Cylindrical-coordinate representation of color #384ECE: hue angle of 231.2º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #384ECE is Cyan = 0.73, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 78 | 206 | - |
| CMYK | 0.73 | 0.62 | 0 | 0.19 |
| HSL | 231.2º | 0.6% | 0.51% | - |
| HSV(B) | 231.2º | 0.73% | 0.81% | - |
| XYZ | 15.5 | 10.75 | 59.65 | - |
| YUV | 86.01 | 195.71 | 106.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 78 | 206 | 0.73 | 0.62 | 0 | 0.19 | 231.2 | 0.6 | 0.51 |
| Hex | 38 | 4E | CE | 49 | 3E | 0 | 13 | E7 | 3C | 33 |
| Octal | 70 | 116 | 316 | 111 | 76 | 0 | 23 | 347 | 74 | 63 |
| Binary | 111000 | 1001110 | 11001110 | 1001001 | 111110 | 0 | 10011 | 11100111 | 111100 | 110011 |
Color Harmonies of #384ECE
Complementary color
Monochromatic Colors of #384ECE
Black with #384ECE
Text Example
Text Example
White with #384ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384ECE; }
p { color: rgb(56,78,206); }
H1.HeaderClassName
{
color: #384ECE;
}
.AnyTagClassName
{
color: #384ECE;
}
</style>
background-color css
<style>
a { background-color: #384ECE; }
a { background-color: rgb(56,78,206); }
div.DivClassName
{
background-color: #384ECE;
}
.BgClassName
{
background-color: #384ECE;
}
</style>
border-color css
<style>
span { border-color: #384ECE; }
span { border-color: rgb(56,78,206); }
td.TdClassName
{
border-color: #384ECE;
}
.TagClassName
{
border-color: #384ECE;
}
</style>