Shades of Free Speech Blue #384FC1
Tints of Free Speech Blue #384FC1
RGB
CMYK
RGB Variations
Color information
#384FC1 (or 0x384FC1) is known color: Free Speech Blue. HEX triplet: 38, 4F and C1. RGB value is (56,79,193). Sum of RGB (Red+Green+Blue) = 56+79+193=328 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.07% from 328); Green value is 79 (31.25% from 255 or 24.09% from 328); Blue value is 193 (75.78% from 255 or 58.84% from 328); Max value from RGB is 193 - color contains mainly: blue. Hex color #384FC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #384FC1 is #C7B03E. Grayscale: #545454. Windows color (decimal): -13086783 or 12668728. OLE color: 12668728.
HSL color Cylindrical-coordinate representation of color #384FC1: hue angle of 229.93º 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 #384FC1 is Cyan = 0.71, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 56 | 79 | 193 | - |
| CMYK | 0.71 | 0.59 | 0 | 0.24 |
| HSL | 229.93º | 0.55% | 0.49% | - |
| HSV(B) | 229.93º | 0.71% | 0.76% | - |
| XYZ | 14.05 | 10.28 | 51.7 | - |
| YUV | 85.12 | 188.88 | 107.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 79 | 193 | 0.71 | 0.59 | 0 | 0.24 | 229.93 | 0.55 | 0.49 |
| Hex | 38 | 4F | C1 | 47 | 3B | 0 | 18 | E6 | 37 | 31 |
| Octal | 70 | 117 | 301 | 107 | 73 | 0 | 30 | 346 | 67 | 61 |
| Binary | 111000 | 1001111 | 11000001 | 1000111 | 111011 | 0 | 11000 | 11100110 | 110111 | 110001 |
Color Harmonies of #384FC1
Complementary color
Monochromatic Colors of #384FC1
Black with #384FC1
Text Example
Text Example
White with #384FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384FC1; }
p { color: rgb(56,79,193); }
H1.HeaderClassName
{
color: #384FC1;
}
.AnyTagClassName
{
color: #384FC1;
}
</style>
background-color css
<style>
a { background-color: #384FC1; }
a { background-color: rgb(56,79,193); }
div.DivClassName
{
background-color: #384FC1;
}
.BgClassName
{
background-color: #384FC1;
}
</style>
border-color css
<style>
span { border-color: #384FC1; }
span { border-color: rgb(56,79,193); }
td.TdClassName
{
border-color: #384FC1;
}
.TagClassName
{
border-color: #384FC1;
}
</style>