Shades of Free Speech Blue #384AB9
Tints of Free Speech Blue #384AB9
RGB
CMYK
RGB Variations
Color information
#384AB9 (or 0x384AB9) is known color: Free Speech Blue. HEX triplet: 38, 4A and B9. RGB value is (56,74,185). Sum of RGB (Red+Green+Blue) = 56+74+185=315 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.78% from 315); Green value is 74 (29.30% from 255 or 23.49% from 315); Blue value is 185 (72.66% from 255 or 58.73% from 315); Max value from RGB is 185 - color contains mainly: blue. Hex color #384AB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #384AB9 is #C7B546. Grayscale: #505050. Windows color (decimal): -13088071 or 12143160. OLE color: 12143160.
HSL color Cylindrical-coordinate representation of color #384AB9: hue angle of 231.63º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #384AB9 is Cyan = 0.70, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 56 | 74 | 185 | - |
| CMYK | 0.70 | 0.6 | 0 | 0.27 |
| HSL | 231.63º | 0.54% | 0.47% | - |
| HSV(B) | 231.63º | 0.7% | 0.73% | - |
| XYZ | 12.84 | 9.24 | 47.01 | - |
| YUV | 81.27 | 186.54 | 109.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 74 | 185 | 0.70 | 0.6 | 0 | 0.27 | 231.63 | 0.54 | 0.47 |
| Hex | 38 | 4A | B9 | 46 | 3C | 0 | 1B | E8 | 36 | 2F |
| Octal | 70 | 112 | 271 | 106 | 74 | 0 | 33 | 350 | 66 | 57 |
| Binary | 111000 | 1001010 | 10111001 | 1000110 | 111100 | 0 | 11011 | 11101000 | 110110 | 101111 |
Color Harmonies of #384AB9
Complementary color
Monochromatic Colors of #384AB9
Black with #384AB9
Text Example
Text Example
White with #384AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384AB9; }
p { color: rgb(56,74,185); }
H1.HeaderClassName
{
color: #384AB9;
}
.AnyTagClassName
{
color: #384AB9;
}
</style>
background-color css
<style>
a { background-color: #384AB9; }
a { background-color: rgb(56,74,185); }
div.DivClassName
{
background-color: #384AB9;
}
.BgClassName
{
background-color: #384AB9;
}
</style>
border-color css
<style>
span { border-color: #384AB9; }
span { border-color: rgb(56,74,185); }
td.TdClassName
{
border-color: #384AB9;
}
.TagClassName
{
border-color: #384AB9;
}
</style>