Shades of Free Speech Blue #384CCD
Tints of Free Speech Blue #384CCD
RGB
CMYK
RGB Variations
Color information
#384CCD (or 0x384CCD) is known color: Free Speech Blue. HEX triplet: 38, 4C and CD. RGB value is (56,76,205). Sum of RGB (Red+Green+Blue) = 56+76+205=337 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.62% from 337); Green value is 76 (30.08% from 255 or 22.55% from 337); Blue value is 205 (80.47% from 255 or 60.83% from 337); Max value from RGB is 205 - color contains mainly: blue. Hex color #384CCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #384CCD is #C7B332. Grayscale: #545454. Windows color (decimal): -13087539 or 13454392. OLE color: 13454392.
HSL color Cylindrical-coordinate representation of color #384CCD: hue angle of 231.95º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #384CCD is Cyan = 0.73, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 56 | 76 | 205 | - |
| CMYK | 0.73 | 0.63 | 0 | 0.20 |
| HSL | 231.95º | 0.6% | 0.51% | - |
| HSV(B) | 231.95º | 0.73% | 0.8% | - |
| XYZ | 15.23 | 10.42 | 58.97 | - |
| YUV | 84.73 | 195.87 | 107.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 76 | 205 | 0.73 | 0.63 | 0 | 0.20 | 231.95 | 0.6 | 0.51 |
| Hex | 38 | 4C | CD | 49 | 3F | 0 | 14 | E8 | 3C | 33 |
| Octal | 70 | 114 | 315 | 111 | 77 | 0 | 24 | 350 | 74 | 63 |
| Binary | 111000 | 1001100 | 11001101 | 1001001 | 111111 | 0 | 10100 | 11101000 | 111100 | 110011 |
Color Harmonies of #384CCD
Complementary color
Monochromatic Colors of #384CCD
Black with #384CCD
Text Example
Text Example
White with #384CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384CCD; }
p { color: rgb(56,76,205); }
H1.HeaderClassName
{
color: #384CCD;
}
.AnyTagClassName
{
color: #384CCD;
}
</style>
background-color css
<style>
a { background-color: #384CCD; }
a { background-color: rgb(56,76,205); }
div.DivClassName
{
background-color: #384CCD;
}
.BgClassName
{
background-color: #384CCD;
}
</style>
border-color css
<style>
span { border-color: #384CCD; }
span { border-color: rgb(56,76,205); }
td.TdClassName
{
border-color: #384CCD;
}
.TagClassName
{
border-color: #384CCD;
}
</style>