Shades of Free Speech Blue #385CCC
Tints of Free Speech Blue #385CCC
RGB
CMYK
RGB Variations
Color information
#385CCC (or 0x385CCC) is known color: Free Speech Blue. HEX triplet: 38, 5C and CC. RGB value is (56,92,204). Sum of RGB (Red+Green+Blue) = 56+92+204=352 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.91% from 352); Green value is 92 (36.33% from 255 or 26.14% from 352); Blue value is 204 (80.08% from 255 or 57.95% from 352); Max value from RGB is 204 - color contains mainly: blue. Hex color #385CCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #385CCC is #C7A333. Grayscale: #5D5D5D. Windows color (decimal): -13083444 or 13392952. OLE color: 13392952.
HSL color Cylindrical-coordinate representation of color #385CCC: hue angle of 225.41º degrees, saturation: 0.59, 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 #385CCC is Cyan = 0.73, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 56 | 92 | 204 | - |
| CMYK | 0.73 | 0.55 | 0 | 0.2 |
| HSL | 225.41º | 0.59% | 0.51% | - |
| HSV(B) | 225.41º | 0.73% | 0.8% | - |
| XYZ | 16.36 | 12.85 | 58.75 | - |
| YUV | 94 | 190.07 | 100.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 92 | 204 | 0.73 | 0.55 | 0 | 0.2 | 225.41 | 0.59 | 0.51 |
| Hex | 38 | 5C | CC | 49 | 37 | 0 | 14 | E1 | 3B | 33 |
| Octal | 70 | 134 | 314 | 111 | 67 | 0 | 24 | 341 | 73 | 63 |
| Binary | 111000 | 1011100 | 11001100 | 1001001 | 110111 | 0 | 10100 | 11100001 | 111011 | 110011 |
Color Harmonies of #385CCC
Complementary color
Monochromatic Colors of #385CCC
Black with #385CCC
Text Example
Text Example
White with #385CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385CCC; }
p { color: rgb(56,92,204); }
H1.HeaderClassName
{
color: #385CCC;
}
.AnyTagClassName
{
color: #385CCC;
}
</style>
background-color css
<style>
a { background-color: #385CCC; }
a { background-color: rgb(56,92,204); }
div.DivClassName
{
background-color: #385CCC;
}
.BgClassName
{
background-color: #385CCC;
}
</style>
border-color css
<style>
span { border-color: #385CCC; }
span { border-color: rgb(56,92,204); }
td.TdClassName
{
border-color: #385CCC;
}
.TagClassName
{
border-color: #385CCC;
}
</style>