Shades of Free Speech Blue #384BCE
Tints of Free Speech Blue #384BCE
RGB
CMYK
RGB Variations
Color information
#384BCE (or 0x384BCE) is known color: Free Speech Blue. HEX triplet: 38, 4B and CE. RGB value is (56,75,206). Sum of RGB (Red+Green+Blue) = 56+75+206=337 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.62% from 337); Green value is 75 (29.69% from 255 or 22.26% from 337); Blue value is 206 (80.86% from 255 or 61.13% from 337); Max value from RGB is 206 - color contains mainly: blue. Hex color #384BCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #384BCE is #C7B431. Grayscale: #535353. Windows color (decimal): -13087794 or 13519672. OLE color: 13519672.
HSL color Cylindrical-coordinate representation of color #384BCE: hue angle of 232.4º 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 #384BCE is Cyan = 0.73, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 75 | 206 | - |
| CMYK | 0.73 | 0.64 | 0 | 0.19 |
| HSL | 232.4º | 0.6% | 0.51% | - |
| HSV(B) | 232.4º | 0.73% | 0.81% | - |
| XYZ | 15.29 | 10.33 | 59.58 | - |
| YUV | 84.25 | 196.71 | 107.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 75 | 206 | 0.73 | 0.64 | 0 | 0.19 | 232.4 | 0.6 | 0.51 |
| Hex | 38 | 4B | CE | 49 | 40 | 0 | 13 | E8 | 3C | 33 |
| Octal | 70 | 113 | 316 | 111 | 100 | 0 | 23 | 350 | 74 | 63 |
| Binary | 111000 | 1001011 | 11001110 | 1001001 | 1000000 | 0 | 10011 | 11101000 | 111100 | 110011 |
Color Harmonies of #384BCE
Complementary color
Monochromatic Colors of #384BCE
Black with #384BCE
Text Example
Text Example
White with #384BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384BCE; }
p { color: rgb(56,75,206); }
H1.HeaderClassName
{
color: #384BCE;
}
.AnyTagClassName
{
color: #384BCE;
}
</style>
background-color css
<style>
a { background-color: #384BCE; }
a { background-color: rgb(56,75,206); }
div.DivClassName
{
background-color: #384BCE;
}
.BgClassName
{
background-color: #384BCE;
}
</style>
border-color css
<style>
span { border-color: #384BCE; }
span { border-color: rgb(56,75,206); }
td.TdClassName
{
border-color: #384BCE;
}
.TagClassName
{
border-color: #384BCE;
}
</style>