Shades of Free Speech Blue #384BCB
Tints of Free Speech Blue #384BCB
RGB
CMYK
RGB Variations
Color information
#384BCB (or 0x384BCB) is known color: Free Speech Blue. HEX triplet: 38, 4B and CB. RGB value is (56,75,203). Sum of RGB (Red+Green+Blue) = 56+75+203=334 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.77% from 334); Green value is 75 (29.69% from 255 or 22.46% from 334); Blue value is 203 (79.69% from 255 or 60.78% from 334); Max value from RGB is 203 - color contains mainly: blue. Hex color #384BCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #384BCB is #C7B434. Grayscale: #535353. Windows color (decimal): -13087797 or 13323064. OLE color: 13323064.
HSL color Cylindrical-coordinate representation of color #384BCB: hue angle of 232.24º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #384BCB is Cyan = 0.72, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 56 | 75 | 203 | - |
| CMYK | 0.72 | 0.63 | 0 | 0.20 |
| HSL | 232.24º | 0.59% | 0.51% | - |
| HSV(B) | 232.24º | 0.72% | 0.8% | - |
| XYZ | 14.93 | 10.18 | 57.68 | - |
| YUV | 83.91 | 195.21 | 108.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 75 | 203 | 0.72 | 0.63 | 0 | 0.20 | 232.24 | 0.59 | 0.51 |
| Hex | 38 | 4B | CB | 48 | 3F | 0 | 14 | E8 | 3B | 33 |
| Octal | 70 | 113 | 313 | 110 | 77 | 0 | 24 | 350 | 73 | 63 |
| Binary | 111000 | 1001011 | 11001011 | 1001000 | 111111 | 0 | 10100 | 11101000 | 111011 | 110011 |
Color Harmonies of #384BCB
Complementary color
Monochromatic Colors of #384BCB
Black with #384BCB
Text Example
Text Example
White with #384BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384BCB; }
p { color: rgb(56,75,203); }
H1.HeaderClassName
{
color: #384BCB;
}
.AnyTagClassName
{
color: #384BCB;
}
</style>
background-color css
<style>
a { background-color: #384BCB; }
a { background-color: rgb(56,75,203); }
div.DivClassName
{
background-color: #384BCB;
}
.BgClassName
{
background-color: #384BCB;
}
</style>
border-color css
<style>
span { border-color: #384BCB; }
span { border-color: rgb(56,75,203); }
td.TdClassName
{
border-color: #384BCB;
}
.TagClassName
{
border-color: #384BCB;
}
</style>