Shades of Free Speech Blue #384BD4
Tints of Free Speech Blue #384BD4
RGB
CMYK
RGB Variations
Color information
#384BD4 (or 0x384BD4) is known color: Free Speech Blue. HEX triplet: 38, 4B and D4. RGB value is (56,75,212). Sum of RGB (Red+Green+Blue) = 56+75+212=343 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.33% from 343); Green value is 75 (29.69% from 255 or 21.87% from 343); Blue value is 212 (83.20% from 255 or 61.81% from 343); Max value from RGB is 212 - color contains mainly: blue. Hex color #384BD4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #384BD4 is #C7B42B. Grayscale: #545454. Windows color (decimal): -13087788 or 13912888. OLE color: 13912888.
HSL color Cylindrical-coordinate representation of color #384BD4: hue angle of 232.69º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #384BD4 is Cyan = 0.74, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 56 | 75 | 212 | - |
| CMYK | 0.74 | 0.65 | 0 | 0.17 |
| HSL | 232.69º | 0.64% | 0.53% | - |
| HSV(B) | 232.69º | 0.74% | 0.83% | - |
| XYZ | 16.03 | 10.63 | 63.49 | - |
| YUV | 84.94 | 199.71 | 107.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 75 | 212 | 0.74 | 0.65 | 0 | 0.17 | 232.69 | 0.64 | 0.53 |
| Hex | 38 | 4B | D4 | 4A | 41 | 0 | 11 | E9 | 40 | 35 |
| Octal | 70 | 113 | 324 | 112 | 101 | 0 | 21 | 351 | 100 | 65 |
| Binary | 111000 | 1001011 | 11010100 | 1001010 | 1000001 | 0 | 10001 | 11101001 | 1000000 | 110101 |
Color Harmonies of #384BD4
Complementary color
Monochromatic Colors of #384BD4
Black with #384BD4
Text Example
Text Example
White with #384BD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384BD4; }
p { color: rgb(56,75,212); }
H1.HeaderClassName
{
color: #384BD4;
}
.AnyTagClassName
{
color: #384BD4;
}
</style>
background-color css
<style>
a { background-color: #384BD4; }
a { background-color: rgb(56,75,212); }
div.DivClassName
{
background-color: #384BD4;
}
.BgClassName
{
background-color: #384BD4;
}
</style>
border-color css
<style>
span { border-color: #384BD4; }
span { border-color: rgb(56,75,212); }
td.TdClassName
{
border-color: #384BD4;
}
.TagClassName
{
border-color: #384BD4;
}
</style>