Shades of Free Speech Blue #384CCE
Tints of Free Speech Blue #384CCE
RGB
CMYK
RGB Variations
Color information
#384CCE (or 0x384CCE) is known color: Free Speech Blue. HEX triplet: 38, 4C and CE. RGB value is (56,76,206). Sum of RGB (Red+Green+Blue) = 56+76+206=338 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.57% from 338); Green value is 76 (30.08% from 255 or 22.49% from 338); Blue value is 206 (80.86% from 255 or 60.95% from 338); Max value from RGB is 206 - color contains mainly: blue. Hex color #384CCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #384CCE is #C7B331. Grayscale: #545454. Windows color (decimal): -13087538 or 13519928. OLE color: 13519928.
HSL color Cylindrical-coordinate representation of color #384CCE: hue angle of 232º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #384CCE is Cyan = 0.73, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 76 | 206 | - |
| CMYK | 0.73 | 0.63 | 0 | 0.19 |
| HSL | 232º | 0.6% | 0.51% | - |
| HSV(B) | 232º | 0.73% | 0.81% | - |
| XYZ | 15.36 | 10.47 | 59.6 | - |
| YUV | 84.84 | 196.37 | 107.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 76 | 206 | 0.73 | 0.63 | 0 | 0.19 | 232 | 0.6 | 0.51 |
| Hex | 38 | 4C | CE | 49 | 3F | 0 | 13 | E8 | 3C | 33 |
| Octal | 70 | 114 | 316 | 111 | 77 | 0 | 23 | 350 | 74 | 63 |
| Binary | 111000 | 1001100 | 11001110 | 1001001 | 111111 | 0 | 10011 | 11101000 | 111100 | 110011 |
Color Harmonies of #384CCE
Complementary color
Monochromatic Colors of #384CCE
Black with #384CCE
Text Example
Text Example
White with #384CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384CCE; }
p { color: rgb(56,76,206); }
H1.HeaderClassName
{
color: #384CCE;
}
.AnyTagClassName
{
color: #384CCE;
}
</style>
background-color css
<style>
a { background-color: #384CCE; }
a { background-color: rgb(56,76,206); }
div.DivClassName
{
background-color: #384CCE;
}
.BgClassName
{
background-color: #384CCE;
}
</style>
border-color css
<style>
span { border-color: #384CCE; }
span { border-color: rgb(56,76,206); }
td.TdClassName
{
border-color: #384CCE;
}
.TagClassName
{
border-color: #384CCE;
}
</style>