Shades of Free Speech Blue #384FDD
Tints of Free Speech Blue #384FDD
RGB
CMYK
RGB Variations
Color information
#384FDD (or 0x384FDD) is known color: Free Speech Blue. HEX triplet: 38, 4F and DD. RGB value is (56,79,221). Sum of RGB (Red+Green+Blue) = 56+79+221=356 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.73% from 356); Green value is 79 (31.25% from 255 or 22.19% from 356); Blue value is 221 (86.72% from 255 or 62.08% from 356); Max value from RGB is 221 - color contains mainly: blue. Hex color #384FDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #384FDD is #C7B022. Grayscale: #575757. Windows color (decimal): -13086755 or 14503736. OLE color: 14503736.
HSL color Cylindrical-coordinate representation of color #384FDD: hue angle of 231.64º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #384FDD is Cyan = 0.75, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 56 | 79 | 221 | - |
| CMYK | 0.75 | 0.64 | 0 | 0.13 |
| HSL | 231.64º | 0.71% | 0.54% | - |
| HSV(B) | 231.64º | 0.75% | 0.87% | - |
| XYZ | 17.48 | 11.65 | 69.73 | - |
| YUV | 88.31 | 202.88 | 104.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 79 | 221 | 0.75 | 0.64 | 0 | 0.13 | 231.64 | 0.71 | 0.54 |
| Hex | 38 | 4F | DD | 4B | 40 | 0 | D | E8 | 47 | 36 |
| Octal | 70 | 117 | 335 | 113 | 100 | 0 | 15 | 350 | 107 | 66 |
| Binary | 111000 | 1001111 | 11011101 | 1001011 | 1000000 | 0 | 1101 | 11101000 | 1000111 | 110110 |
Color Harmonies of #384FDD
Complementary color
Monochromatic Colors of #384FDD
Black with #384FDD
Text Example
Text Example
White with #384FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384FDD; }
p { color: rgb(56,79,221); }
H1.HeaderClassName
{
color: #384FDD;
}
.AnyTagClassName
{
color: #384FDD;
}
</style>
background-color css
<style>
a { background-color: #384FDD; }
a { background-color: rgb(56,79,221); }
div.DivClassName
{
background-color: #384FDD;
}
.BgClassName
{
background-color: #384FDD;
}
</style>
border-color css
<style>
span { border-color: #384FDD; }
span { border-color: rgb(56,79,221); }
td.TdClassName
{
border-color: #384FDD;
}
.TagClassName
{
border-color: #384FDD;
}
</style>