Shades of Free Speech Blue #385CCD
Tints of Free Speech Blue #385CCD
RGB
CMYK
RGB Variations
Color information
#385CCD (or 0x385CCD) is known color: Free Speech Blue. HEX triplet: 38, 5C and CD. RGB value is (56,92,205). Sum of RGB (Red+Green+Blue) = 56+92+205=353 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.86% from 353); Green value is 92 (36.33% from 255 or 26.06% from 353); Blue value is 205 (80.47% from 255 or 58.07% from 353); Max value from RGB is 205 - color contains mainly: blue. Hex color #385CCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #385CCD is #C7A332. Grayscale: #5D5D5D. Windows color (decimal): -13083443 or 13458488. OLE color: 13458488.
HSL color Cylindrical-coordinate representation of color #385CCD: hue angle of 225.5º 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 #385CCD is Cyan = 0.73, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 56 | 92 | 205 | - |
| CMYK | 0.73 | 0.55 | 0 | 0.20 |
| HSL | 225.5º | 0.6% | 0.51% | - |
| HSV(B) | 225.5º | 0.73% | 0.8% | - |
| XYZ | 16.48 | 12.9 | 59.38 | - |
| YUV | 94.12 | 190.57 | 100.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 92 | 205 | 0.73 | 0.55 | 0 | 0.20 | 225.5 | 0.6 | 0.51 |
| Hex | 38 | 5C | CD | 49 | 37 | 0 | 14 | E2 | 3C | 33 |
| Octal | 70 | 134 | 315 | 111 | 67 | 0 | 24 | 342 | 74 | 63 |
| Binary | 111000 | 1011100 | 11001101 | 1001001 | 110111 | 0 | 10100 | 11100010 | 111100 | 110011 |
Color Harmonies of #385CCD
Complementary color
Monochromatic Colors of #385CCD
Black with #385CCD
Text Example
Text Example
White with #385CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385CCD; }
p { color: rgb(56,92,205); }
H1.HeaderClassName
{
color: #385CCD;
}
.AnyTagClassName
{
color: #385CCD;
}
</style>
background-color css
<style>
a { background-color: #385CCD; }
a { background-color: rgb(56,92,205); }
div.DivClassName
{
background-color: #385CCD;
}
.BgClassName
{
background-color: #385CCD;
}
</style>
border-color css
<style>
span { border-color: #385CCD; }
span { border-color: rgb(56,92,205); }
td.TdClassName
{
border-color: #385CCD;
}
.TagClassName
{
border-color: #385CCD;
}
</style>