Shades of Free Speech Blue #384CDF
Tints of Free Speech Blue #384CDF
RGB
CMYK
RGB Variations
Color information
#384CDF (or 0x384CDF) is known color: Free Speech Blue. HEX triplet: 38, 4C and DF. RGB value is (56,76,223). Sum of RGB (Red+Green+Blue) = 56+76+223=355 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.77% from 355); Green value is 76 (30.08% from 255 or 21.41% from 355); Blue value is 223 (87.5% from 255 or 62.82% from 355); Max value from RGB is 223 - color contains mainly: blue. Hex color #384CDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #384CDF is #C7B320. Grayscale: #565656. Windows color (decimal): -13087521 or 14634040. OLE color: 14634040.
HSL color Cylindrical-coordinate representation of color #384CDF: hue angle of 232.81º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #384CDF is Cyan = 0.75, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 56 | 76 | 223 | - |
| CMYK | 0.75 | 0.66 | 0 | 0.13 |
| HSL | 232.81º | 0.72% | 0.55% | - |
| HSV(B) | 232.81º | 0.75% | 0.87% | - |
| XYZ | 17.53 | 11.34 | 71.08 | - |
| YUV | 86.78 | 204.87 | 106.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 76 | 223 | 0.75 | 0.66 | 0 | 0.13 | 232.81 | 0.72 | 0.55 |
| Hex | 38 | 4C | DF | 4B | 42 | 0 | D | E9 | 48 | 37 |
| Octal | 70 | 114 | 337 | 113 | 102 | 0 | 15 | 351 | 110 | 67 |
| Binary | 111000 | 1001100 | 11011111 | 1001011 | 1000010 | 0 | 1101 | 11101001 | 1001000 | 110111 |
Color Harmonies of #384CDF
Complementary color
Monochromatic Colors of #384CDF
Black with #384CDF
Text Example
Text Example
White with #384CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384CDF; }
p { color: rgb(56,76,223); }
H1.HeaderClassName
{
color: #384CDF;
}
.AnyTagClassName
{
color: #384CDF;
}
</style>
background-color css
<style>
a { background-color: #384CDF; }
a { background-color: rgb(56,76,223); }
div.DivClassName
{
background-color: #384CDF;
}
.BgClassName
{
background-color: #384CDF;
}
</style>
border-color css
<style>
span { border-color: #384CDF; }
span { border-color: rgb(56,76,223); }
td.TdClassName
{
border-color: #384CDF;
}
.TagClassName
{
border-color: #384CDF;
}
</style>