Shades of Free Speech Blue #384ECB
Tints of Free Speech Blue #384ECB
RGB
CMYK
RGB Variations
Color information
#384ECB (or 0x384ECB) is known color: Free Speech Blue. HEX triplet: 38, 4E and CB. RGB value is (56,78,203). Sum of RGB (Red+Green+Blue) = 56+78+203=337 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.62% from 337); Green value is 78 (30.86% from 255 or 23.15% from 337); Blue value is 203 (79.69% from 255 or 60.24% from 337); Max value from RGB is 203 - color contains mainly: blue. Hex color #384ECB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #384ECB is #C7B134. Grayscale: #555555. Windows color (decimal): -13087029 or 13323832. OLE color: 13323832.
HSL color Cylindrical-coordinate representation of color #384ECB: hue angle of 231.02º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #384ECB is Cyan = 0.72, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 56 | 78 | 203 | - |
| CMYK | 0.72 | 0.62 | 0 | 0.20 |
| HSL | 231.02º | 0.59% | 0.51% | - |
| HSV(B) | 231.02º | 0.72% | 0.8% | - |
| XYZ | 15.13 | 10.6 | 57.75 | - |
| YUV | 85.67 | 194.21 | 106.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 78 | 203 | 0.72 | 0.62 | 0 | 0.20 | 231.02 | 0.59 | 0.51 |
| Hex | 38 | 4E | CB | 48 | 3E | 0 | 14 | E7 | 3B | 33 |
| Octal | 70 | 116 | 313 | 110 | 76 | 0 | 24 | 347 | 73 | 63 |
| Binary | 111000 | 1001110 | 11001011 | 1001000 | 111110 | 0 | 10100 | 11100111 | 111011 | 110011 |
Color Harmonies of #384ECB
Complementary color
Monochromatic Colors of #384ECB
Black with #384ECB
Text Example
Text Example
White with #384ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384ECB; }
p { color: rgb(56,78,203); }
H1.HeaderClassName
{
color: #384ECB;
}
.AnyTagClassName
{
color: #384ECB;
}
</style>
background-color css
<style>
a { background-color: #384ECB; }
a { background-color: rgb(56,78,203); }
div.DivClassName
{
background-color: #384ECB;
}
.BgClassName
{
background-color: #384ECB;
}
</style>
border-color css
<style>
span { border-color: #384ECB; }
span { border-color: rgb(56,78,203); }
td.TdClassName
{
border-color: #384ECB;
}
.TagClassName
{
border-color: #384ECB;
}
</style>