Shades of Free Speech Blue #384CDC
Tints of Free Speech Blue #384CDC
RGB
CMYK
RGB Variations
Color information
#384CDC (or 0x384CDC) is known color: Free Speech Blue. HEX triplet: 38, 4C and DC. RGB value is (56,76,220). Sum of RGB (Red+Green+Blue) = 56+76+220=352 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.91% from 352); Green value is 76 (30.08% from 255 or 21.59% from 352); Blue value is 220 (86.33% from 255 or 62.5% from 352); Max value from RGB is 220 - color contains mainly: blue. Hex color #384CDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #384CDC is #C7B323. Grayscale: #555555. Windows color (decimal): -13087524 or 14437432. OLE color: 14437432.
HSL color Cylindrical-coordinate representation of color #384CDC: hue angle of 232.68º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #384CDC is Cyan = 0.75, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 76 | 220 | - |
| CMYK | 0.75 | 0.65 | 0 | 0.14 |
| HSL | 232.68º | 0.7% | 0.54% | - |
| HSV(B) | 232.68º | 0.75% | 0.86% | - |
| XYZ | 17.13 | 11.18 | 68.96 | - |
| YUV | 86.44 | 203.37 | 106.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 76 | 220 | 0.75 | 0.65 | 0 | 0.14 | 232.68 | 0.7 | 0.54 |
| Hex | 38 | 4C | DC | 4B | 41 | 0 | E | E9 | 46 | 36 |
| Octal | 70 | 114 | 334 | 113 | 101 | 0 | 16 | 351 | 106 | 66 |
| Binary | 111000 | 1001100 | 11011100 | 1001011 | 1000001 | 0 | 1110 | 11101001 | 1000110 | 110110 |
Color Harmonies of #384CDC
Complementary color
Monochromatic Colors of #384CDC
Black with #384CDC
Text Example
Text Example
White with #384CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384CDC; }
p { color: rgb(56,76,220); }
H1.HeaderClassName
{
color: #384CDC;
}
.AnyTagClassName
{
color: #384CDC;
}
</style>
background-color css
<style>
a { background-color: #384CDC; }
a { background-color: rgb(56,76,220); }
div.DivClassName
{
background-color: #384CDC;
}
.BgClassName
{
background-color: #384CDC;
}
</style>
border-color css
<style>
span { border-color: #384CDC; }
span { border-color: rgb(56,76,220); }
td.TdClassName
{
border-color: #384CDC;
}
.TagClassName
{
border-color: #384CDC;
}
</style>