Shades of Free Speech Blue #384FDB
Tints of Free Speech Blue #384FDB
RGB
CMYK
RGB Variations
Color information
#384FDB (or 0x384FDB) is known color: Free Speech Blue. HEX triplet: 38, 4F and DB. RGB value is (56,79,219). Sum of RGB (Red+Green+Blue) = 56+79+219=354 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.82% from 354); Green value is 79 (31.25% from 255 or 22.32% from 354); Blue value is 219 (85.94% from 255 or 61.86% from 354); Max value from RGB is 219 - color contains mainly: blue. Hex color #384FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #384FDB is #C7B024. Grayscale: #575757. Windows color (decimal): -13086757 or 14372664. OLE color: 14372664.
HSL color Cylindrical-coordinate representation of color #384FDB: hue angle of 231.53º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #384FDB is Cyan = 0.74, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 79 | 219 | - |
| CMYK | 0.74 | 0.64 | 0 | 0.14 |
| HSL | 231.53º | 0.69% | 0.54% | - |
| HSV(B) | 231.53º | 0.74% | 0.86% | - |
| XYZ | 17.21 | 11.55 | 68.34 | - |
| YUV | 88.08 | 201.88 | 105.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 79 | 219 | 0.74 | 0.64 | 0 | 0.14 | 231.53 | 0.69 | 0.54 |
| Hex | 38 | 4F | DB | 4A | 40 | 0 | E | E8 | 45 | 36 |
| Octal | 70 | 117 | 333 | 112 | 100 | 0 | 16 | 350 | 105 | 66 |
| Binary | 111000 | 1001111 | 11011011 | 1001010 | 1000000 | 0 | 1110 | 11101000 | 1000101 | 110110 |
Color Harmonies of #384FDB
Complementary color
Monochromatic Colors of #384FDB
Black with #384FDB
Text Example
Text Example
White with #384FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384FDB; }
p { color: rgb(56,79,219); }
H1.HeaderClassName
{
color: #384FDB;
}
.AnyTagClassName
{
color: #384FDB;
}
</style>
background-color css
<style>
a { background-color: #384FDB; }
a { background-color: rgb(56,79,219); }
div.DivClassName
{
background-color: #384FDB;
}
.BgClassName
{
background-color: #384FDB;
}
</style>
border-color css
<style>
span { border-color: #384FDB; }
span { border-color: rgb(56,79,219); }
td.TdClassName
{
border-color: #384FDB;
}
.TagClassName
{
border-color: #384FDB;
}
</style>