Shades of Free Speech Blue #384FC2
Tints of Free Speech Blue #384FC2
RGB
CMYK
RGB Variations
Color information
#384FC2 (or 0x384FC2) is known color: Free Speech Blue. HEX triplet: 38, 4F and C2. RGB value is (56,79,194). Sum of RGB (Red+Green+Blue) = 56+79+194=329 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.02% from 329); Green value is 79 (31.25% from 255 or 24.01% from 329); Blue value is 194 (76.17% from 255 or 58.97% from 329); Max value from RGB is 194 - color contains mainly: blue. Hex color #384FC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #384FC2 is #C7B03D. Grayscale: #545454. Windows color (decimal): -13086782 or 12734264. OLE color: 12734264.
HSL color Cylindrical-coordinate representation of color #384FC2: hue angle of 230º 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 #384FC2 is Cyan = 0.71, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 56 | 79 | 194 | - |
| CMYK | 0.71 | 0.59 | 0 | 0.24 |
| HSL | 230º | 0.55% | 0.49% | - |
| HSV(B) | 230º | 0.71% | 0.76% | - |
| XYZ | 14.16 | 10.33 | 52.29 | - |
| YUV | 85.23 | 189.38 | 107.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 79 | 194 | 0.71 | 0.59 | 0 | 0.24 | 230 | 0.55 | 0.49 |
| Hex | 38 | 4F | C2 | 47 | 3B | 0 | 18 | E6 | 37 | 31 |
| Octal | 70 | 117 | 302 | 107 | 73 | 0 | 30 | 346 | 67 | 61 |
| Binary | 111000 | 1001111 | 11000010 | 1000111 | 111011 | 0 | 11000 | 11100110 | 110111 | 110001 |
Color Harmonies of #384FC2
Complementary color
Monochromatic Colors of #384FC2
Black with #384FC2
Text Example
Text Example
White with #384FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384FC2; }
p { color: rgb(56,79,194); }
H1.HeaderClassName
{
color: #384FC2;
}
.AnyTagClassName
{
color: #384FC2;
}
</style>
background-color css
<style>
a { background-color: #384FC2; }
a { background-color: rgb(56,79,194); }
div.DivClassName
{
background-color: #384FC2;
}
.BgClassName
{
background-color: #384FC2;
}
</style>
border-color css
<style>
span { border-color: #384FC2; }
span { border-color: rgb(56,79,194); }
td.TdClassName
{
border-color: #384FC2;
}
.TagClassName
{
border-color: #384FC2;
}
</style>