Shades of Free Speech Blue #384BDF
Tints of Free Speech Blue #384BDF
RGB
CMYK
RGB Variations
Color information
#384BDF (or 0x384BDF) is known color: Free Speech Blue. HEX triplet: 38, 4B and DF. RGB value is (56,75,223). Sum of RGB (Red+Green+Blue) = 56+75+223=354 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.82% from 354); Green value is 75 (29.69% from 255 or 21.19% from 354); Blue value is 223 (87.5% from 255 or 62.99% from 354); Max value from RGB is 223 - color contains mainly: blue. Hex color #384BDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #384BDF is #C7B420. Grayscale: #555555. Windows color (decimal): -13087777 or 14633784. OLE color: 14633784.
HSL color Cylindrical-coordinate representation of color #384BDF: hue angle of 233.17º 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 #384BDF is Cyan = 0.75, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 56 | 75 | 223 | - |
| CMYK | 0.75 | 0.66 | 0 | 0.13 |
| HSL | 233.17º | 0.72% | 0.55% | - |
| HSV(B) | 233.17º | 0.75% | 0.87% | - |
| XYZ | 17.47 | 11.2 | 71.05 | - |
| YUV | 86.19 | 205.21 | 106.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 75 | 223 | 0.75 | 0.66 | 0 | 0.13 | 233.17 | 0.72 | 0.55 |
| Hex | 38 | 4B | DF | 4B | 42 | 0 | D | E9 | 48 | 37 |
| Octal | 70 | 113 | 337 | 113 | 102 | 0 | 15 | 351 | 110 | 67 |
| Binary | 111000 | 1001011 | 11011111 | 1001011 | 1000010 | 0 | 1101 | 11101001 | 1001000 | 110111 |
Color Harmonies of #384BDF
Complementary color
Monochromatic Colors of #384BDF
Black with #384BDF
Text Example
Text Example
White with #384BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384BDF; }
p { color: rgb(56,75,223); }
H1.HeaderClassName
{
color: #384BDF;
}
.AnyTagClassName
{
color: #384BDF;
}
</style>
background-color css
<style>
a { background-color: #384BDF; }
a { background-color: rgb(56,75,223); }
div.DivClassName
{
background-color: #384BDF;
}
.BgClassName
{
background-color: #384BDF;
}
</style>
border-color css
<style>
span { border-color: #384BDF; }
span { border-color: rgb(56,75,223); }
td.TdClassName
{
border-color: #384BDF;
}
.TagClassName
{
border-color: #384BDF;
}
</style>