Shades of Free Speech Blue #385DCE
Tints of Free Speech Blue #385DCE
RGB
CMYK
RGB Variations
Color information
#385DCE (or 0x385DCE) is known color: Free Speech Blue. HEX triplet: 38, 5D and CE. RGB value is (56,93,206). Sum of RGB (Red+Green+Blue) = 56+93+206=355 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.77% from 355); Green value is 93 (36.72% from 255 or 26.20% from 355); Blue value is 206 (80.86% from 255 or 58.03% from 355); Max value from RGB is 206 - color contains mainly: blue. Hex color #385DCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #385DCE is #C7A231. Grayscale: #5E5E5E. Windows color (decimal): -13083186 or 13524280. OLE color: 13524280.
HSL color Cylindrical-coordinate representation of color #385DCE: hue angle of 225.2º 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 #385DCE is Cyan = 0.73, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 93 | 206 | - |
| CMYK | 0.73 | 0.55 | 0 | 0.19 |
| HSL | 225.2º | 0.6% | 0.51% | - |
| HSV(B) | 225.2º | 0.73% | 0.81% | - |
| XYZ | 16.69 | 13.13 | 60.05 | - |
| YUV | 94.82 | 190.74 | 100.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 93 | 206 | 0.73 | 0.55 | 0 | 0.19 | 225.2 | 0.6 | 0.51 |
| Hex | 38 | 5D | CE | 49 | 37 | 0 | 13 | E1 | 3C | 33 |
| Octal | 70 | 135 | 316 | 111 | 67 | 0 | 23 | 341 | 74 | 63 |
| Binary | 111000 | 1011101 | 11001110 | 1001001 | 110111 | 0 | 10011 | 11100001 | 111100 | 110011 |
Color Harmonies of #385DCE
Complementary color
Monochromatic Colors of #385DCE
Black with #385DCE
Text Example
Text Example
White with #385DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385DCE; }
p { color: rgb(56,93,206); }
H1.HeaderClassName
{
color: #385DCE;
}
.AnyTagClassName
{
color: #385DCE;
}
</style>
background-color css
<style>
a { background-color: #385DCE; }
a { background-color: rgb(56,93,206); }
div.DivClassName
{
background-color: #385DCE;
}
.BgClassName
{
background-color: #385DCE;
}
</style>
border-color css
<style>
span { border-color: #385DCE; }
span { border-color: rgb(56,93,206); }
td.TdClassName
{
border-color: #385DCE;
}
.TagClassName
{
border-color: #385DCE;
}
</style>