Shades of Free Speech Blue #384FC0
Tints of Free Speech Blue #384FC0
RGB
CMYK
RGB Variations
Color information
#384FC0 (or 0x384FC0) is known color: Free Speech Blue. HEX triplet: 38, 4F and C0. RGB value is (56,79,192). Sum of RGB (Red+Green+Blue) = 56+79+192=327 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.13% from 327); Green value is 79 (31.25% from 255 or 24.16% from 327); Blue value is 192 (75.39% from 255 or 58.72% from 327); Max value from RGB is 192 - color contains mainly: blue. Hex color #384FC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #384FC0 is #C7B03F. Grayscale: #545454. Windows color (decimal): -13086784 or 12603192. OLE color: 12603192.
HSL color Cylindrical-coordinate representation of color #384FC0: hue angle of 229.85º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #384FC0 is Cyan = 0.71, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 56 | 79 | 192 | - |
| CMYK | 0.71 | 0.59 | 0 | 0.25 |
| HSL | 229.85º | 0.55% | 0.49% | - |
| HSV(B) | 229.85º | 0.71% | 0.75% | - |
| XYZ | 13.94 | 10.24 | 51.11 | - |
| YUV | 85.01 | 188.38 | 107.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 79 | 192 | 0.71 | 0.59 | 0 | 0.25 | 229.85 | 0.55 | 0.49 |
| Hex | 38 | 4F | C0 | 47 | 3B | 0 | 19 | E6 | 37 | 31 |
| Octal | 70 | 117 | 300 | 107 | 73 | 0 | 31 | 346 | 67 | 61 |
| Binary | 111000 | 1001111 | 11000000 | 1000111 | 111011 | 0 | 11001 | 11100110 | 110111 | 110001 |
Color Harmonies of #384FC0
Complementary color
Monochromatic Colors of #384FC0
Black with #384FC0
Text Example
Text Example
White with #384FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384FC0; }
p { color: rgb(56,79,192); }
H1.HeaderClassName
{
color: #384FC0;
}
.AnyTagClassName
{
color: #384FC0;
}
</style>
background-color css
<style>
a { background-color: #384FC0; }
a { background-color: rgb(56,79,192); }
div.DivClassName
{
background-color: #384FC0;
}
.BgClassName
{
background-color: #384FC0;
}
</style>
border-color css
<style>
span { border-color: #384FC0; }
span { border-color: rgb(56,79,192); }
td.TdClassName
{
border-color: #384FC0;
}
.TagClassName
{
border-color: #384FC0;
}
</style>