Shades of Free Speech Blue #384ACE
Tints of Free Speech Blue #384ACE
RGB
CMYK
RGB Variations
Color information
#384ACE (or 0x384ACE) is known color: Free Speech Blue. HEX triplet: 38, 4A and CE. RGB value is (56,74,206). Sum of RGB (Red+Green+Blue) = 56+74+206=336 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.67% from 336); Green value is 74 (29.30% from 255 or 22.02% from 336); Blue value is 206 (80.86% from 255 or 61.31% from 336); Max value from RGB is 206 - color contains mainly: blue. Hex color #384ACE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #384ACE is #C7B531. Grayscale: #535353. Windows color (decimal): -13088050 or 13519416. OLE color: 13519416.
HSL color Cylindrical-coordinate representation of color #384ACE: hue angle of 232.8º 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 #384ACE is Cyan = 0.73, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 74 | 206 | - |
| CMYK | 0.73 | 0.64 | 0 | 0.19 |
| HSL | 232.8º | 0.6% | 0.51% | - |
| HSV(B) | 232.8º | 0.73% | 0.81% | - |
| XYZ | 15.22 | 10.19 | 59.56 | - |
| YUV | 83.67 | 197.04 | 108.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 74 | 206 | 0.73 | 0.64 | 0 | 0.19 | 232.8 | 0.6 | 0.51 |
| Hex | 38 | 4A | CE | 49 | 40 | 0 | 13 | E9 | 3C | 33 |
| Octal | 70 | 112 | 316 | 111 | 100 | 0 | 23 | 351 | 74 | 63 |
| Binary | 111000 | 1001010 | 11001110 | 1001001 | 1000000 | 0 | 10011 | 11101001 | 111100 | 110011 |
Color Harmonies of #384ACE
Complementary color
Monochromatic Colors of #384ACE
Black with #384ACE
Text Example
Text Example
White with #384ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384ACE; }
p { color: rgb(56,74,206); }
H1.HeaderClassName
{
color: #384ACE;
}
.AnyTagClassName
{
color: #384ACE;
}
</style>
background-color css
<style>
a { background-color: #384ACE; }
a { background-color: rgb(56,74,206); }
div.DivClassName
{
background-color: #384ACE;
}
.BgClassName
{
background-color: #384ACE;
}
</style>
border-color css
<style>
span { border-color: #384ACE; }
span { border-color: rgb(56,74,206); }
td.TdClassName
{
border-color: #384ACE;
}
.TagClassName
{
border-color: #384ACE;
}
</style>