Shades of Free Speech Blue #384ADD
Tints of Free Speech Blue #384ADD
RGB
CMYK
RGB Variations
Color information
#384ADD (or 0x384ADD) is known color: Free Speech Blue. HEX triplet: 38, 4A and DD. RGB value is (56,74,221). Sum of RGB (Red+Green+Blue) = 56+74+221=351 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.95% from 351); Green value is 74 (29.30% from 255 or 21.08% from 351); Blue value is 221 (86.72% from 255 or 62.96% from 351); Max value from RGB is 221 - color contains mainly: blue. Hex color #384ADD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #384ADD is #C7B522. Grayscale: #545454. Windows color (decimal): -13088035 or 14502456. OLE color: 14502456.
HSL color Cylindrical-coordinate representation of color #384ADD: hue angle of 233.45º 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 #384ADD is Cyan = 0.75, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 56 | 74 | 221 | - |
| CMYK | 0.75 | 0.67 | 0 | 0.13 |
| HSL | 233.45º | 0.71% | 0.54% | - |
| HSV(B) | 233.45º | 0.75% | 0.87% | - |
| XYZ | 17.13 | 10.96 | 69.62 | - |
| YUV | 85.38 | 204.54 | 107.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 74 | 221 | 0.75 | 0.67 | 0 | 0.13 | 233.45 | 0.71 | 0.54 |
| Hex | 38 | 4A | DD | 4B | 43 | 0 | D | E9 | 47 | 36 |
| Octal | 70 | 112 | 335 | 113 | 103 | 0 | 15 | 351 | 107 | 66 |
| Binary | 111000 | 1001010 | 11011101 | 1001011 | 1000011 | 0 | 1101 | 11101001 | 1000111 | 110110 |
Color Harmonies of #384ADD
Complementary color
Monochromatic Colors of #384ADD
Black with #384ADD
Text Example
Text Example
White with #384ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384ADD; }
p { color: rgb(56,74,221); }
H1.HeaderClassName
{
color: #384ADD;
}
.AnyTagClassName
{
color: #384ADD;
}
</style>
background-color css
<style>
a { background-color: #384ADD; }
a { background-color: rgb(56,74,221); }
div.DivClassName
{
background-color: #384ADD;
}
.BgClassName
{
background-color: #384ADD;
}
</style>
border-color css
<style>
span { border-color: #384ADD; }
span { border-color: rgb(56,74,221); }
td.TdClassName
{
border-color: #384ADD;
}
.TagClassName
{
border-color: #384ADD;
}
</style>