Shades of Free Speech Blue #384BBB
Tints of Free Speech Blue #384BBB
RGB
CMYK
RGB Variations
Color information
#384BBB (or 0x384BBB) is known color: Free Speech Blue. HEX triplet: 38, 4B and BB. RGB value is (56,75,187). Sum of RGB (Red+Green+Blue) = 56+75+187=318 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.61% from 318); Green value is 75 (29.69% from 255 or 23.58% from 318); Blue value is 187 (73.44% from 255 or 58.81% from 318); Max value from RGB is 187 - color contains mainly: blue. Hex color #384BBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #384BBB is #C7B444. Grayscale: #515151. Windows color (decimal): -13087813 or 12274488. OLE color: 12274488.
HSL color Cylindrical-coordinate representation of color #384BBB: hue angle of 231.3º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #384BBB is Cyan = 0.70, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 56 | 75 | 187 | - |
| CMYK | 0.70 | 0.60 | 0 | 0.27 |
| HSL | 231.3º | 0.54% | 0.48% | - |
| HSV(B) | 231.3º | 0.7% | 0.73% | - |
| XYZ | 13.12 | 9.46 | 48.15 | - |
| YUV | 82.09 | 187.21 | 109.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 75 | 187 | 0.70 | 0.60 | 0 | 0.27 | 231.3 | 0.54 | 0.48 |
| Hex | 38 | 4B | BB | 46 | 3C | 0 | 1B | E7 | 36 | 30 |
| Octal | 70 | 113 | 273 | 106 | 74 | 0 | 33 | 347 | 66 | 60 |
| Binary | 111000 | 1001011 | 10111011 | 1000110 | 111100 | 0 | 11011 | 11100111 | 110110 | 110000 |
Color Harmonies of #384BBB
Complementary color
Monochromatic Colors of #384BBB
Black with #384BBB
Text Example
Text Example
White with #384BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384BBB; }
p { color: rgb(56,75,187); }
H1.HeaderClassName
{
color: #384BBB;
}
.AnyTagClassName
{
color: #384BBB;
}
</style>
background-color css
<style>
a { background-color: #384BBB; }
a { background-color: rgb(56,75,187); }
div.DivClassName
{
background-color: #384BBB;
}
.BgClassName
{
background-color: #384BBB;
}
</style>
border-color css
<style>
span { border-color: #384BBB; }
span { border-color: rgb(56,75,187); }
td.TdClassName
{
border-color: #384BBB;
}
.TagClassName
{
border-color: #384BBB;
}
</style>