Shades of Free Speech Blue #384ADE
Tints of Free Speech Blue #384ADE
RGB
CMYK
RGB Variations
Color information
#384ADE (or 0x384ADE) is known color: Free Speech Blue. HEX triplet: 38, 4A and DE. RGB value is (56,74,222). Sum of RGB (Red+Green+Blue) = 56+74+222=352 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.91% from 352); Green value is 74 (29.30% from 255 or 21.02% from 352); Blue value is 222 (87.11% from 255 or 63.07% from 352); Max value from RGB is 222 - color contains mainly: blue. Hex color #384ADE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #384ADE is #C7B521. Grayscale: #545454. Windows color (decimal): -13088034 or 14567992. OLE color: 14567992.
HSL color Cylindrical-coordinate representation of color #384ADE: hue angle of 233.49º 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 #384ADE is Cyan = 0.75, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 56 | 74 | 222 | - |
| CMYK | 0.75 | 0.67 | 0 | 0.13 |
| HSL | 233.49º | 0.72% | 0.55% | - |
| HSV(B) | 233.49º | 0.75% | 0.87% | - |
| XYZ | 17.26 | 11.01 | 70.32 | - |
| YUV | 85.49 | 205.04 | 106.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 74 | 222 | 0.75 | 0.67 | 0 | 0.13 | 233.49 | 0.72 | 0.55 |
| Hex | 38 | 4A | DE | 4B | 43 | 0 | D | E9 | 48 | 37 |
| Octal | 70 | 112 | 336 | 113 | 103 | 0 | 15 | 351 | 110 | 67 |
| Binary | 111000 | 1001010 | 11011110 | 1001011 | 1000011 | 0 | 1101 | 11101001 | 1001000 | 110111 |
Color Harmonies of #384ADE
Complementary color
Monochromatic Colors of #384ADE
Black with #384ADE
Text Example
Text Example
White with #384ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384ADE; }
p { color: rgb(56,74,222); }
H1.HeaderClassName
{
color: #384ADE;
}
.AnyTagClassName
{
color: #384ADE;
}
</style>
background-color css
<style>
a { background-color: #384ADE; }
a { background-color: rgb(56,74,222); }
div.DivClassName
{
background-color: #384ADE;
}
.BgClassName
{
background-color: #384ADE;
}
</style>
border-color css
<style>
span { border-color: #384ADE; }
span { border-color: rgb(56,74,222); }
td.TdClassName
{
border-color: #384ADE;
}
.TagClassName
{
border-color: #384ADE;
}
</style>