Shades of Free Speech Blue #384CCB
Tints of Free Speech Blue #384CCB
RGB
CMYK
RGB Variations
Color information
#384CCB (or 0x384CCB) is known color: Free Speech Blue. HEX triplet: 38, 4C and CB. RGB value is (56,76,203). Sum of RGB (Red+Green+Blue) = 56+76+203=335 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.72% from 335); Green value is 76 (30.08% from 255 or 22.69% from 335); Blue value is 203 (79.69% from 255 or 60.60% from 335); Max value from RGB is 203 - color contains mainly: blue. Hex color #384CCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #384CCB is #C7B334. Grayscale: #535353. Windows color (decimal): -13087541 or 13323320. OLE color: 13323320.
HSL color Cylindrical-coordinate representation of color #384CCB: hue angle of 231.84º 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 #384CCB is Cyan = 0.72, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 56 | 76 | 203 | - |
| CMYK | 0.72 | 0.63 | 0 | 0.20 |
| HSL | 231.84º | 0.59% | 0.51% | - |
| HSV(B) | 231.84º | 0.72% | 0.8% | - |
| XYZ | 14.99 | 10.32 | 57.7 | - |
| YUV | 84.5 | 194.87 | 107.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 76 | 203 | 0.72 | 0.63 | 0 | 0.20 | 231.84 | 0.59 | 0.51 |
| Hex | 38 | 4C | CB | 48 | 3F | 0 | 14 | E8 | 3B | 33 |
| Octal | 70 | 114 | 313 | 110 | 77 | 0 | 24 | 350 | 73 | 63 |
| Binary | 111000 | 1001100 | 11001011 | 1001000 | 111111 | 0 | 10100 | 11101000 | 111011 | 110011 |
Color Harmonies of #384CCB
Complementary color
Monochromatic Colors of #384CCB
Black with #384CCB
Text Example
Text Example
White with #384CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384CCB; }
p { color: rgb(56,76,203); }
H1.HeaderClassName
{
color: #384CCB;
}
.AnyTagClassName
{
color: #384CCB;
}
</style>
background-color css
<style>
a { background-color: #384CCB; }
a { background-color: rgb(56,76,203); }
div.DivClassName
{
background-color: #384CCB;
}
.BgClassName
{
background-color: #384CCB;
}
</style>
border-color css
<style>
span { border-color: #384CCB; }
span { border-color: rgb(56,76,203); }
td.TdClassName
{
border-color: #384CCB;
}
.TagClassName
{
border-color: #384CCB;
}
</style>